Download the PHP package sirajunnasihin/filament-exceptions without Composer
On this page you can find all versions of the php package sirajunnasihin/filament-exceptions. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sirajunnasihin/filament-exceptions
More information about sirajunnasihin/filament-exceptions
Files in sirajunnasihin/filament-exceptions
Package filament-exceptions
Short Description A Simple & Beautiful Pluggable Exception Viewer for FilamentPHP's Admin Panel
License MIT
Homepage https://github.com/bezhansalleh/filament-exceptions
Informations about the package filament-exceptions
Filament Exception Viewer
THIS IS FORK FROM bezhansalleh/filament-exceptions
I only update access filter to protect navigation register on not super-admin access
A Simple & Beautiful Exception Viewer for FilamentPHP's Admin Panel
- For FilamentPHP 2.x use version 1.x
Installation
-
You can install the package via composer:
-
Publish and run the migration via:
-
Register the plugin for the Filament Panel
- Activate the plugin by editing your App's Exception Handler as follow:
Configuration
The configuration file filament-exceptions.php is automatically published into your config directory.
The config file provides you with multiple options to customize the plugin.
By default the plugin make navigation register on without check any permission, to enable changes this config:
Mass Pruning
By default Filament Exceptions is configured to prune exceptions older than 1 week.
To modify how long you'd like to store records for you can supply a Carbon object like so
Note This requires laravel scheduler to be setup and configured in order to work. You can see how to do that here Running The Scheduler
Custom Exception Model
For those who need to change the model this is possible using the configuration file.
When creating your new exception model you should extend the default model
Theme
By default the plugin uses the default theme of Filamentphp, but if you are using a custom theme then include the plugins view path into the content array of your tailwind.config.js file:
Translations
Publish the translations with
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Bezhan Salleh
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of filament-exceptions with dependencies
filament/filament Version ^3.0
spatie/laravel-package-tools Version ^1.9
spatie/laravel-ignition Version ^2.0