tobymaxham / log-viewer
A Laravel log reader
Installs: 105
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 1
Language:HTML
Requires
- php: ^7.2
- rap2hpoutre/laravel-log-viewer: ^1.6
README
Info
You will need at least PHP 7.2 and Laravel 6 to use this. If you have an older Laravel installation, use the Version v1.1
.
Installation
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');