saade / filament-laravel-log

Read Laravel logs from the Filament admin panel
https://filamentphp.com/plugins/saade-laravel-log
MIT License
94 stars 21 forks source link

Modify log content in descending order before returning #43

Open Joemires opened 2 months ago

Joemires commented 2 months ago

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 the most recent logs appearing first. This enhancement improves log readability, especially for troubleshooting recent issues.

Key Changes: