/laravel-log-viewer

:dromedary_camel: Laravel 5 log viewer

Primary LanguagePHPMIT LicenseMIT

Laravel 5 log viewer

Packagist Packagist Packagist Scrutinizer Code Quality Build Status SensioLabsInsight

TL;DR

The best (IMO) Log Viewer for Laravel 5 (compatible with 4.2 too). Install with composer, create a route to LogViewerController. No public assets, no vendor routes, works with and/or without log rotate. Inspired by Micheal Mand's Laravel 4 log viewer (works only with laravel 4.1)

What ?

Small log viewer for laravel. Looks like this:

capture d ecran 2014-12-01 a 10 37 18

Install

To Start using it add to composer.json repozitory

"repositories": [
  {
  "type": "git",
   "url": "git@github.com:shivergard/laravel-log-viewer.git"
  }
],

and add requirements

"require": {
    ...
    "rap2hpoutre/laravel-log-viewer" : "dev-master" 
},

and add service provider

    'providers' => [
    ...
  Rap2hpoutre\LaravelLogViewer\LaravelLogViewerServiceProvider::class,
    ...

Go to http://myapp/logs