This Package can be used to show laravel log files inside of a web page using Bootstrap and DataTables. it can be used with Laravel/Lumen 4.2+ all the way through to the lastest versions. this package is a fork from the famous Log-Viewer package with minor changes.
- PHP 5.4+
- Laravel 4.2+
composer require alibayat/laravel-logviewer
php artisan vendor:publish \
--provider="AliBayat\LaravelLogViewer\LaravelLogViewerServiceProvider"
php artisan vendor:publish \
--provider="AliBayat\LaravelLogViewer\LaravelLogViewerServiceProvider" \
--tag=views
you can use any route you want to point to the index method of the controller included in the package:
Route::get('logs', '\AliBayat\LaravelLogViewer\LogViewerController@index');
- Ali Bayat - ali.bayat@live.com