Laravel Log Viewer
A simple Laravel bundle to display your log files via the browser.
Installation
php artisan bundle:install logviewer
Publish assets
php artisan bundle:publish logviewer
Then edit your application/bundles.php file and add:
return array(
'logviewer' => array(
'location' => 'logviewer',
'handles' => 'logviewer'
)
);
Download
You can clone the repo by running the code below:
$ git clone git://github.com/ericbarnes/Laravel-Log-Viewer
Or visit the GitHub Repo.