gazatem/dblogger-gui
Composer 安装命令:
composer require gazatem/dblogger-gui
包简介
A gui for gazatem/dblogger
README 文档
README
#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.
https://github.com/gazatem/glog
Gui interface for DbLogger
DbLogger-GUI is a interface for the DbLogger package.
If you haven't already set up DbLogger then first you need to install and configure DbLogger. This package is only a gui interface. DbLogger must be enable to log data for gui interface.
Installation
Add the package to your composer.json file
"gazatem/dblogger-gui": "dev-master"
Add the service provider to your config/app.php file
Gazatem\DBLoggerGui\DBLoggerGuiServiceProvider::class,
Publish the configuration file(s)
php artisan vendor:publish --provider="Gazatem\DBLoggerGui\DBLoggerGuiServiceProvider"
You can change route prefix by editing route-prefix in config/dblogger-gui.php.
'route-prefix' => 'logs'
统计信息
- 总下载量: 14
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 5
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-02-08