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.
Installation via Command Line
php artisan plugin:install Tober.Exception
October CMS Exception
1. Publish config
php artisan exception:publish
2. Use middleware
\Tober\Exception\Http\Middleware\ExceptionMiddleware::class
-
This plugin has not been reviewed yet.
-
| 1.0.2 |
Add included paths config Feb 21, 2026 |
|---|---|
| 1.0.1 |
Add config publishing Feb 21, 2026 |