| 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: | 2025-10-31 03:03:58 |
| Package Statistics | |
|---|---|
| Total Downloads: | 250 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 1 |
| 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');