2017 © Pedro Peláez
 

library monolog-mysql

Laravel 5 MySQL driver for Monolog

image

lichv/monolog-mysql

Laravel 5 MySQL driver for Monolog

  • Sunday, April 2, 2017
  • by lichv
  • Repository
  • 1 Watchers
  • 0 Stars
  • 44 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 2 % Grown

The README.md

Laravel Monolog MySQL Handler.

MySQL driver for Laravel Monolog., (*1)

Installation

To get the lastest version of Theme simply require it in your composer.json file., (*2)

"lichv/monolog-mysql": "dev-master"

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

Open up config/app.php and find the providers key., (*4)

'providers' => array(
    // ...
    'Logger\Laravel\Provider\MonologMysqlHandlerServiceProvider'
);

Publish config using artisan CLI., (*5)

php artisan config:publish lichv/monolog-mysql

Migrate tables., (*6)

php artisan migrate

Usage

Log::getMonolog()->pushHandler(new Logger\Monolog\Handler\MysqlHandler());

Or in bootstrap/app.php:, (*7)

$app->configureMonologUsing(function($monolog) use($app) {
    $monolog->pushHandler(new Logger\Monolog\Handler\MysqlHandler());
});

Credits

Based on:, (*8)

  • [Pedro Fornaza] (https://github.com/lichv/monolog-mysql)

The Versions

02/04 2017

dev-master

9999999-dev https://github.com/lichv/monolog-mysql

Laravel 5 MySQL driver for Monolog

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

by lichv lee

laravel log monolog mysql laravel5

02/04 2017

0.5.0

0.5.0.0 https://github.com/lichv/monolog-mysql

Laravel 5 MySQL driver for Monolog

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

by lichv lee

laravel log monolog mysql laravel5

02/04 2017

0.4.0

0.4.0.0 https://github.com/lichv/monolog-mysql

Laravel 5 MySQL driver for Monolog

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

by lichv lee

laravel log monolog mysql laravel5

01/04 2017

0.3.0

0.3.0.0 https://github.com/lichv/monolog-mysql

Laravel 5 MySQL driver for Monolog

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

by lichv lee

laravel log monolog mysql laravel5

29/03 2017

0.2.0

0.2.0.0 https://github.com/lichv/monolog-mysql

Laravel 5 MySQL driver for Monolog

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

by lichv lee

laravel log monolog mysql laravel5

28/03 2017

0.1.0

0.1.0.0 https://github.com/lichv/monolog-mysql

Laravel 5 MySQL driver for Monolog

  Sources   Download

MIT

The Requires

  • php >=5.5.9

 

by lichv lee

laravel log monolog mysql laravel5