Package Data | |
---|---|
Maintainer Username: | kemaly |
Maintainer Contact: | kemal@gazatem.com (Kemal Yenilmez) |
Package Create Date: | 2016-02-08 |
Package Last Update: | 2016-07-10 |
Home Page: | http://www.gazatem.com |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2025-01-23 15:04:26 |
Package Statistics | |
---|---|
Total Downloads: | 14 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 4 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
#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
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.
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'