2017 © Pedro Peláez
 

library monolog-database-handler-for-laravel5

this package helps to save log into database within PDO

image

zedisdog/monolog-database-handler-for-laravel5

this package helps to save log into database within PDO

  • Saturday, April 16, 2016
  • by zedisdog
  • Repository
  • 1 Watchers
  • 0 Stars
  • 57 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 4 % Grown

The README.md

monolog-database-handler-for-laravel5

  • 让monolog写日志到数据库里面

使用前的准备

composer require "zedisdog/monolog-database-handler-for-laravel5"

在配置文件 config/app.php 中替换“别名”, (*1)

app配置文件中加入zedisdog\MysqlHandler\MysqlHandlerServiceProvider::class,, (*2)

php artisan vendor:publish --tag="zedisdog/MysqlHandler"

使用方法

log.php配置文件里面只有一个配置项,用于指定保存日志的表名。, (*3)

致谢

The Versions

16/04 2016

dev-master

9999999-dev

this package helps to save log into database within PDO

  Sources   Download

MIT

by Avatar zed

16/04 2016

v1.1

1.1.0.0

this package helps to save log into database within PDO

  Sources   Download

MIT

by Avatar zed

16/04 2016

v1.0

1.0.0.0

this package helps to save log into database within PDO

  Sources   Download

MIT

by Avatar zed