Download the PHP package stephenjude/filament-debugger without Composer
On this page you can find all versions of the php package stephenjude/filament-debugger. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download stephenjude/filament-debugger
More information about stephenjude/filament-debugger
Files in stephenjude/filament-debugger
Package filament-debugger
Short Description About
License MIT
Homepage https://github.com/stephenjude/filament-debugger
Informations about the package filament-debugger
Filament Debugger
Easily add Telescope, Horizon and Laravel Pulse to Filament admin panel.
Installation
You can install the package via composer:
Usages
Custom Role/Permission
You can authorize the plugin for users with a specific role/permission:
Custom Navigation Group
You can customize the navigation group:
Custom Navigation Items
You can customize the navigation items:
Gates & Authorization
When using filament debuggers (Horizon, Telescope & Pulse) in production environment, we need to make sure that they are accessible to the authorized filament admin user.
To achive this, we need to use filament default authorization guard and your application defined permissions provided by overidding the gate()
and authorization()
methods inside the HorizonServiceProvider, TelescopeServiceProvider and PulseServiceProvider respectively.
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
- stephenjude
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of filament-debugger with dependencies
filament/filament Version ^3.0
illuminate/contracts Version ^11.0|^12.0
spatie/laravel-package-tools Version ^1.16.0