Download the PHP package bezhansalleh/filament-exceptions without Composer
On this page you can find all versions of the php package bezhansalleh/filament-exceptions. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bezhansalleh/filament-exceptions
More information about bezhansalleh/filament-exceptions
Files in bezhansalleh/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

Exception Viewer
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:
- Laravel 11.x+
Enable it in the
bootstrap/app.php
file
- Laravel 11.x+
Enable it in the
- Laravel 10.x
Configuration Options
When registering the FilamentExceptions plugin, you can chain various methods to customize its behavior. Here are all available configuration options:
Navigation
Labels and Search
Tabs Labels and Icons
Mass Pruning Settings
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
Tenancy Configuration
General Configuration
Example usage:
Custom Exception Model
-
Extend the base model as follow:
- Then, in a service provider's
boot()
method for instanceAppServiceProvider
:
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.2
spatie/laravel-package-tools Version ^1.15