gazatem/dblogger-api

This package is abandoned and no longer maintained. No replacement package was suggested.

An api for gazatem/dblogger

v0.3 2016-02-11 10:36 UTC

This package is auto-updated.

Last update: 2019-10-30 21:57:32 UTC


README

DbLogger-Api is an api server 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-api": "dev-master"

Add the service provider to your config/app.php file

Gazatem\DBLoggerApi\DBLoggerApiServiceProvider::class,

Publish the configuration file(s)

php artisan vendor:publish --provider="Gazatem\DBLoggerGui\DBLoggerApiServiceProvider" 

You can change route prefix by editing route-prefix in config/dblogger-api.php.

'route-prefix' => 'api/logs'