ericlbarnes / Laravel-Log-Viewer

View your log files via the browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:PHP 100.0%