813

Product support

Get help in the plugin support forum.

  • Added on Oct 20, 2024
  • Current version: 1.0.1
  • Platform Compatibility
    v3.x use latest
    v2.x not tested
    v1.x not tested
  • Created by

Categories

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
1.0.1

First version of Tober.Exception

Sep 28, 2024