2017 © Pedro Peláez
 

laravel-package log-viewer

To view laravel logs in details

image

srmilon/log-viewer

To view laravel logs in details

  • Tuesday, March 6, 2018
  • by milonfci
  • Repository
  • 1 Watchers
  • 0 Stars
  • 60 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 20 % Grown

The README.md

Laravel Log Viewer

The package will help to view laravel logs easily., (*1)

Prerequisites

PHP >= 5.3.0

Installing

Install the package via Composer by following command:, (*2)

composer require srmilon/log-viewer

Once package installation done, register the service provider in config/app.php in the providers array like bellow:, (*3)

providers' => [
    ...
    Srmilon\LogViewer\LogServiceProvider::class
  ]

For publishing views, (*4)

php artisan vendor:publish \
  --provider="Srmilon\LogViewer\LogServiceProvider" \
  --tag=views

Then add folloiwng route in your routes file:, (*5)

Route::get('/log', '\Srmilon\LogViewer\LogViewerController@index');

Now you can browse your laravel website logs using {your-website-url}/log., (*6)

For example:, (*7)

http://www.example.com/log

Enjoy!

The Versions

06/03 2018

dev-master

9999999-dev https://github.com/milonfci/log-viewer

To view laravel logs in details

  Sources   Download

MIT

The Requires

 

by Saidur Rahman Milon

log logging log-viewer log-reader laravel-log laravel-log-viewer view-logs

06/03 2018

0.1.5

0.1.5.0 https://github.com/milonfci/log-viewer

To view laravel logs in details

  Sources   Download

MIT

The Requires

 

by Saidur Rahman Milon

log logging log-viewer log-reader laravel-log laravel-log-viewer view-logs

06/03 2018

0.1.4

0.1.4.0 https://github.com/milonfci/log-viewer

To view laravel logs in details

  Sources   Download

MIT

The Requires

 

by Saidur Rahman Milon

log logging log-viewer log-reader laravel-log laravel-log-viewer view-logs

06/03 2018

0.1.3

0.1.3.0 https://github.com/milonfci/log-viewer

To view laravel logs in details

  Sources   Download

MIT

The Requires

 

by Saidur Rahman Milon

log logging log-viewer log-reader laravel-log laravel-log-viewer view-logs

06/03 2018

0.1.2

0.1.2.0 https://github.com/milonfci/log-viewer

To view laravel logs in details

  Sources   Download

MIT

The Requires

 

by Saidur Rahman Milon

log logging log-viewer log-reader laravel-log laravel-log-viewer view-logs

05/03 2018

0.1.1

0.1.1.0 https://github.com/milonfci/log-viewer

To view laravel logs in details

  Sources   Download

MIT

The Requires

 

by Saidur Rahman Milon

log logging log-viewer log-reader laravel-log laravel-log-viewer view-logs

07/12 2017

0.1.0

0.1.0.0 https://github.com/milonfci/log-viewer

To view laravel logs in details

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by Saidur Rahman Milon

log laravel-log