TobyMaxham / LaravelLogViewer by TobyMaxham

A Laravel log reader
199
0
2
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-04-16 15:01:34
Package Statistics
Total Downloads: 199
Monthly Downloads: 2
Daily Downloads: 0
Total Stars: 0
Total Watchers: 2
Total Forks: 1
Total Open Issues: 0

TobyMaxham's Laravel Log Viewer

Latest Stable Version Total Downloads Latest Unstable Version License

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');