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
php artisan bundle:install logviewer
php artisan bundle:publish logviewer
Then edit your application/bundles.php file and add:
return array(
'logviewer' => array(
'location' => 'logviewer',
'handles' => 'logviewer'
)
);