Skip to content

ericlbarnes/Laravel-Log-Viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

View your log files via the browser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages