2017 © Pedro Peláez
 

library monosql

Laravel 4 MySQL driver for Monolog

image

teepluss/monosql

Laravel 4 MySQL driver for Monolog

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 2 Open issues
  • 2 Versions
  • 0 % 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)

"teepluss/monosql": "dev-master"

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

Once MonoSQL is installed you need to register the service provider with the application. Open up app/config/app.php and find the providers key., (*4)

'providers' => array(

    'Teepluss\Monosql\MonosqlServiceProvider'

)

Publish config using artisan CLI., (*5)

php artisan config:publish teepluss/monosql

Migrate tables., (*6)

php artisan migrate --package=teepluss/monosql

Usage

File: /app/start/global.php, (*7)

//Log::useDailyFiles(storage_path().'/logs/'.$logFile);
Log::getMonolog()->pushHandler(new Teepluss\Monosql\MySQLHandler(DB::connection()));

That's it!, (*8)

Support or Contact

If you have some problem, Contact teepluss@gmail.com, (*9)

Support via PayPal, (*10)

The Versions

14/03 2014

dev-master

9999999-dev https://github.com/teepluss/laravel4-monosql

Laravel 4 MySQL driver for Monolog

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

laravel log monolog mysql laravel4

14/03 2014

v0.1

0.1.0.0 https://github.com/teepluss/laravel4-monosql

Laravel 4 MySQL driver for Monolog

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

laravel log monolog mysql laravel4