2017 © Pedro Peláez
 

library logviewer

LogViewer Provides A LogViewer Admin Module For Laravel 5

image

graham-campbell/logviewer

LogViewer Provides A LogViewer Admin Module For Laravel 5

  • Tuesday, June 28, 2016
  • by graham-campbell
  • Repository
  • 5 Watchers
  • 55 Stars
  • 16,647 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 11 Forks
  • 0 Open issues
  • 7 Versions
  • 1 % Grown

The README.md

Laravel LogViewer

Laravel LogViewer was created by, and is maintained by Graham Campbell, and provides a LogViewer admin module for Laravel 5. Feel free to check out the releases, license, and contribution guidelines., (*1)

Laravel LogViewer, (*2)

Build Status Coverage Status Quality Score Software License Latest Version , (*3)

Installation

PHP 5.5+ or HHVM 3.6+, and Composer are required., (*4)

To get the latest version of Laravel LogViewer, simply add the following line to the require block of your composer.json file:, (*5)

"graham-campbell/logviewer": "~1.0"

You'll then need to run composer install or composer update to download it and have the autoloader updated., (*6)

Once Laravel LogViewer is installed, you need to register the service provider. Open up config/app.php and add the following to the providers key., (*7)

  • 'GrahamCampbell\LogViewer\LogViewerServiceProvider'

Configuration

Laravel LogViewer supports optional configuration., (*8)

To get started, you'll need to publish all vendor assets:, (*9)

$ php artisan vendor:publish

This will create a config/logviewer.php file in your app that you can modify to set your configuration. Also, make sure you check for changes to the original config file in this package between releases., (*10)

There are two config options:, (*11)

Middleware

This option ('middleware') defines the middleware to be put in front of the endpoints provided by this package. A common use will be for your own authentication middleware. The default value for this setting is []., (*12)

Per Page

This option ('per_page') defines defines how many log entries are displayed per page. The default value for this setting is 20., (*13)

Layout

This option ('layout') defines the layout to extend when building views. The default value for this setting is 'layouts.default'., (*14)

Usage

Laravel LogViewer is designed to work with Bootstrap CMS. In order for it to work in any Laravel application, you must ensure that you know how to use my Laravel Core package as configuration and knowledge of the app:install and app:update commands is required., (*15)

Laravel LogViewer will register four routes. The only one of interest to you is 'logviewer' (logviewer.index) as it will be the main entry point for the use of this package. You can checkout the other three routes in the source if you must., (*16)

License

Laravel LogViewer is licensed under The MIT License (MIT)., (*17)

The Versions

28/06 2016

dev-master

9999999-dev

LogViewer Provides A LogViewer Admin Module For Laravel 5

  Sources   Download

MIT

The Requires

 

The Development Requires

by Graham Campbell

laravel framework log viewer logviewer graham campbell grahamcampbell laravel logviewer laravel-logviewer

15/03 2015

v0.3.0-alpha

0.3.0.0-alpha

LogViewer Provides A LogViewer Admin Module For Laravel 5

  Sources   Download

MIT

The Requires

 

The Development Requires

by Graham Campbell

laravel framework log viewer logviewer graham campbell grahamcampbell laravel logviewer laravel-logviewer

15/03 2015

0.2.x-dev

0.2.9999999.9999999-dev

LogViewer Provides A LogViewer Admin Module For Laravel 4.1/4.2

  Sources   Download

MIT

The Requires

 

The Development Requires

by Graham Campbell

laravel framework log viewer logviewer graham campbell grahamcampbell laravel logviewer laravel-logviewer

15/03 2015

v0.2.2-alpha

0.2.2.0-alpha

LogViewer Provides A LogViewer Admin Module For Laravel 4.1/4.2

  Sources   Download

MIT

The Requires

 

The Development Requires

by Graham Campbell

laravel framework log viewer logviewer graham campbell grahamcampbell laravel logviewer laravel-logviewer

25/10 2014

v0.2.1-alpha

0.2.1.0-alpha

LogViewer Provides A LogViewer Admin Module For Laravel 4.1/4.2

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by Graham Campbell

laravel framework log viewer logviewer graham campbell grahamcampbell laravel logviewer laravel-logviewer

12/08 2014

v0.2.0-alpha

0.2.0.0-alpha

LogViewer Provides A LogViewer Admin Module For Laravel 4.1+

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by Graham Campbell

laravel framework log viewer logviewer graham campbell grahamcampbell laravel logviewer laravel-logviewer

21/04 2014

v0.1.0-alpha

0.1.0.0-alpha

LogViewer Provides A LogViewer Admin Module For Laravel 4.1

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by Graham Campbell

laravel framework log viewer logviewer graham campbell grahamcampbell laravel logviewer laravel-logviewer