Simple October CMS Exception plugin that allows you to transform exceptions generated by October CMS. The plugin modifies exceptions with a middleware to a simple object format your Frontend can work with. The plugin is configured through code and does not clutter the administration area with it's own navigation panel.
October CMS Exception
1. Check config and configure
<?php return [ 'excludedPaths' => [ '/cms', ], ];
2. Use middleware globally (Kernel.php) or on specific routes
\Tober\Exception\Http\Middleware\ExceptionMiddleware::class
-
This plugin has not been reviewed yet.
-
1.0.1 |
First version of Tober.Exception Sep 28, 2024 |
---|