A Laravel Package for Log File Parsing for SPA.
Inspired by ARCANEDEV/LogViewer
You can install this package via Composer by running this command:
composer require ldi/log-viewer
- To publish the config and translations files, run this command:
php artisan log-spa-viewer:publish
- To force publishing
php artisan log-spa-viewer:publish --force
- Publishing the config only
php artisan log-spa-viewer:publish --tag=config
- Application requirements & log files check
php artisan log-spa-viewer:check
See the Configuration page to finish installation.
Also see the Endpoints