gazatem / dblogger-ui by kemaly

A gui for gazatem/dblogger
13
4
2
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: 2024-04-19 15:11:36
Package Statistics
Total Downloads: 13
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

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'