Package Data | |
---|---|
Maintainer Username: | TobyMaxham |
Maintainer Contact: | git@maxham.de (Tobias Maxham) |
Package Create Date: | 2015-08-09 |
Package Last Update: | 2023-05-16 |
Language: | Blade |
License: | MIT |
Last Refreshed: | 2024-12-20 03:01:47 |
Package Statistics | |
---|---|
Total Downloads: | 239 |
Monthly Downloads: | 3 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 2 |
Total Forks: | 1 |
Total Open Issues: | 0 |
Very simple installation and implementation.
Just run composer require tobymaxham/log-viewer
or simple add tobymaxham/log-viewer
to the composer.json file.
In your Laravel routes Files you can add the default Controller Action:
Route::get('log', '\TobyMaxham\Logger\LogViewerController@index');