Laravel Log Reader
Published on by Paul Redmond
The Laravel Log Reader gives you a UI to view all your Laravel log files. You can filter logs by date and type, as well as clear them via the UI:
The package’s main features are:
- Clean and fresh looking UI
- Date by date log viewing
- Filtering logs
- Clearing logs
- Configurable
- Responsive design
- JSON API available
Laravel Log Reader has a configurable route that requires authentication in order to view logs. If you want to provide a custom UI around logs, you can use the package’s JSON route: /admin/api/log-reader
.
You can learn more about this package by reading the documentation. The source code is available on GitHub at haruncpi/laravel-log-reader.
Related: Laravel Telescope is an application to assist with local development.