gazatem / dblogger-gui
A gui for gazatem/dblogger
v0.2
2016-03-06 08:23 UTC
Requires
- php: >=5.5.0
- gazatem/dblogger: ~0.1
- illuminate/console: ~5.0
- illuminate/support: ~5.0
This package is not auto-updated.
Last update: 2024-12-27 20:08:19 UTC
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'