2017 © Pedro Peláez
 

library dblogger

A Laravel package, helps to log into database and send email alerts

image

gazatem/dblogger

A Laravel package, helps to log into database and send email alerts

  • Sunday, July 10, 2016
  • by gazatem
  • Repository
  • 2 Watchers
  • 5 Stars
  • 49 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

This package has been renamed and moved to Glog

I've decided to put Gui and library into a standalone package. This will be helpful for development and testing., (*1)

https://github.com/gazatem/glog, (*2)

A Log Handler for Monolog and Laravel PHP Framework

Installation

Add the following to your composer.json and run composer update, (*3)

{
    "require": {
        "gazatem/dblogger": "dev-master"
    }
}

Don't forget to dump composer autoload, (*4)

composer dump-autoload

Open your config/app.php add following line in the providers array, (*5)

Gazatem\DBLogger\DBLoggerServiceProvider::class

Then in your bootstrap/app.php add / update your Monolog configiuration., (*6)

$app->configureMonologUsing(function ($monolog) {
    $monolog->pushHandler(new \Gazatem\DBLogger\DBLogger());
});

Run following command to publish migration and configuration, (*7)

 php artisan vendor:publish
 php artisan migrate

Open config/dblogger.php file and update the settings., (*8)

USAGE

Do not fotget to include Log to your class, (*9)

use Log;

And add log entry, (*10)

Log('user.register', ['id' => 23, 'name' => 'John Doe', 'email' => 'john@example.com']);

gazatem.com, (*11)

The Versions

10/07 2016

dev-master

9999999-dev

A Laravel package, helps to log into database and send email alerts

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

by Kemal Yenilmez

laravel log monitoring alert mailing

10/07 2016

dev-glog

dev-glog

A Laravel package, helps to log into database and send email alerts

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

by Kemal Yenilmez

laravel log monitoring alert mailing

01/04 2016

dev-dev

dev-dev

A Laravel package, helps to log into database and send email alerts

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

by Kemal Yenilmez

laravel log monitoring alert mailing

01/04 2016

v0.2

0.2.0.0

A Laravel package, helps to log into database and send email alerts

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

by Kemal Yenilmez

laravel log monitoring alert mailing

13/02 2016

v0.1

0.1.0.0

A Laravel package, helps to log into database and send email alerts

  Sources   Download

MIT

The Requires

 

by Kemal Yenilmez

laravel log monitoring alert mailing