2017 © Pedro Peláez
 

library applog

Laravel package to view application logs inside browser.

image

sarfraznawaz2005/applog

Laravel package to view application logs inside browser.

  • Saturday, January 20, 2018
  • by sarfraznawaz2005
  • Repository
  • 1 Watchers
  • 0 Stars
  • 35 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 21 % Grown

The README.md

Laravel AppLog

Total Downloads, (*1)

Laravel AppLog is a package to view application logs. It is based on rap2hpoutre/laravel-log-viewer but differs in following points:, (*2)

  • No multiple log files, we only look for laravel.log file.
  • Updated styling and icons
  • Ability to filter records by error type/level, date and context
  • Auto-discovery feature for Laravel 5.5

Screenshot

Main Window, (*3)

Requirements

  • PHP >= 5.6
  • Laravel 5

Installation

Install via composer, (*4)

composer require sarfraznawaz2005/applog

Now add a route in your web routes file:, (*5)

Route::get('applog', '\Sarfraznawaz2005\Applog\ApplogController@index');

This way logs will be available at http://yourapp/applog or whatever route you set for it., (*6)

Laravel 5.5, (*7)

You are done., (*8)

Laravel 5.4 or less, (*9)

Add Service Provider to config/app.php in providers section, (*10)

Sarfraznawaz2005\Applog\ApplogServiceProvider::class,

Optionally run php artisan vendor:publish to publish package's view file if you wish to customize look and feel of it., (*11)

License

This code is published under the MIT License. This means you can do almost anything with it, as long as the copyright notice and the accompanying license file is left intact., (*12)

The Versions

20/01 2018

dev-master

9999999-dev https://github.com/sarfraznawaz2005/applog

Laravel package to view application logs inside browser.

  Sources   Download

MIT

The Requires

 

laravel log errors logs applogs

20/01 2018

1.0.0

1.0.0.0 https://github.com/sarfraznawaz2005/applog

Laravel package to view application logs inside browser.

  Sources   Download

MIT

The Requires

 

laravel log errors logs applogs