leadsdoit / log-spa-viewer
Provides data of the log files in json format
v1.1.3
2025-02-27 16:26 UTC
Requires
- php: ^8.1
- ext-json: *
- laravel/framework: ^10.0 || ^11.0
- psr/log: ^1.0|^2.0|^3.0
Requires (Dev)
- mockery/mockery: ^1.4.4
- orchestra/testbench-core: ^7.0
- phpunit/phpunit: ^9.5.10
README
A Laravel Package for Log File Parsing for SPA.
Inspired by ARCANEDEV/LogViewer
Installation
You can install this package via Composer by running this command:
composer require leadsdoit/log-spa-viewer
Commands
- 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
Configuration
See the Configuration page to finish installation.
Endpoints
Also see the Endpoints