osaris-uk / log-viewer
This package is abandoned and no longer maintained.
No replacement package was suggested.
There is no license information available for the latest version (1.2) of this package.
Log viewer for Laravel
1.2
2023-10-20 07:09 UTC
Requires
- php: ^7.0|^8.0
Requires (Dev)
- phpunit/phpunit: ~6.0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
Usage
You can publish the config file with:
php artisan vendor:publish --provider="OsarisUk\LogViewer\LogViewerServiceProvider" --tag="config"
And the views with:
php artisan vendor:publish --provider="OsarisUk\LogViewer\LogViewerServiceProvider" --tag="views"
Config
In the config you can define the default route paramaters:
'routes' => [ 'name' => 'log', 'prefix' => 'log', 'middleware' => [ 'web' ] ]
Views
This package ships with a basic view, this can be published and editied to fit your application.