Download the PHP package mushketer888/laravel-dblog without Composer
On this page you can find all versions of the php package mushketer888/laravel-dblog. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mushketer888/laravel-dblog
More information about mushketer888/laravel-dblog
Files in mushketer888/laravel-dblog
Download mushketer888/laravel-dblog
More information about mushketer888/laravel-dblog
Files in mushketer888/laravel-dblog
Vendor mushketer888
Package laravel-dblog
Short Description Extending Laravel Logger with Eqloquent Logging in DB
License MIT
Homepage https://github.com/mushketer888/laravel-dblog
Package laravel-dblog
Short Description Extending Laravel Logger with Eqloquent Logging in DB
License MIT
Homepage https://github.com/mushketer888/laravel-dblog
Please rate this library. Is it a good library?
Informations about the package laravel-dblog
laravel-dblog
This package duplicates Log information to database table. Please report bugs
Install
Via Composer
Add Service Provider to config/app.php
in providers
section
You need to run the migrations for this package.
$ php artisan vendor:publish --provider="Mushketer888\LaravelDblog\ServiceProvider"
$ php artisan migrate
Usage
Use Log Facade like you normally use.
All versions of laravel-dblog with dependencies
PHP Build Version
Package Version
The package mushketer888/laravel-dblog contains the following files
Loading the files please wait ....