filament-laravel-log
filament-laravel-log copied to clipboard
Read Laravel logs from the Filament admin panel
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.6.0 to 2.1.0. Release notes Sourced from dependabot/fetch-metadata's releases. v2.1.0 What's Changed Relax engine-strict=true by @jeffwidman in dependabot/fetch-metadata#510 Handle branch names containing hyphen separators by @tspencer244 in...
I believe the Facade `\Saade\FilamentLaravelLog\Facades\FilamentLaravelLog` isn't set up correctly because composer complains about it every time when it updates files for my IDE Helper: ``` > @php artisan ide-helper:generate Exception:...
I want this plugin only on developer admin panel. But I am getting this exception on adding it to developer admin panel. Plugin [filament-laravel-log] is not registered for panel [admin]....
Hi, I've symlinked the entire Logs folder and are able to see the logs but I can't open them. See screen recording. The owner and rights on the folder is...
This PR adds a PHP script to reverse Laravel log entries while preserving the original format, including timestamps and structure. The log entries are now displayed in descending order, with...