Awesome
Log Viewer
A simple bundle to display your Laravel 3 log files.
If you are using Laravel 4 please look at this repo: https://github.com/mikemand/logviewer
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'
)
);