Download the PHP package saade/filament-laravel-log without Composer
On this page you can find all versions of the php package saade/filament-laravel-log. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download saade/filament-laravel-log
More information about saade/filament-laravel-log
Files in saade/filament-laravel-log
Package filament-laravel-log
Short Description Access laravel.log file through Filament admin panel
License MIT
Homepage https://github.com/saade/filament-laravel-log
Informations about the package filament-laravel-log
Filament Laravel Log
Features
- Syntax highlighting
- Light/ Dark mode
- Quickly jump between start and end of the file
- Refresh log contents
- Clear log contents
- Search multiple files in multiple directories
- Ignored file patterns
Installation
You can install the package via composer:
Usage
Add the Saade\FilamentLaravelLog\FilamentLaravelLogPlugin
to your panel config.
Configuration
Customizing the navigation item
Customizing the log search
Authorization
If you would like to prevent certain users from accessing the logs page, you should add a authorize
callback in the FilamentLaravelLogPlugin chain.
Customizing the log page
To customize the log page, you can extend the Saade\FilamentLaravelLog\Pages\ViewLog
page and override its methods.
Customizing the editor appearance
Publish the config file:
This is the contents of the published config file:
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
- Saade
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of filament-laravel-log with dependencies
filament/filament Version ^3.0
illuminate/contracts Version ^10.0|^11.0
spatie/laravel-package-tools Version ^1.15.0