fatty-rabbit/sql-log
Composer 安装命令:
composer require fatty-rabbit/sql-log
包简介
README 文档
README
Laravel 5.3
For Laravel versions 5.3+, please continue below.
Install Sql Log:
composer require fatty-rabbit/sql-log
Add the Service Provider:
'providers' => array( # other providers omitted 'FattyRabbit\SqlLog\SqlLogSearviceProvider', );
Publish the package config file to config/sqllog.php:
$ php artisan vendor:publish --provider="FattyRabbit\SqlLog\SqlLogSearviceProvider"
Then edit the published configuration file config/sqllog.php as needed.
<?php return [ 'base_level' => 'debug', 'ignore' => [ 'ip' => [ '127.0.0.1', ], 'uri' => [], ], ];
统计信息
- 总下载量: 174
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-08-27