Download the PHP package consigliere/logdb without Composer
On this page you can find all versions of the php package consigliere/logdb. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package logdb
Log data into database for laravel
The logger provides the eight logging levels defined in RFC 5424: emergency, alert, critical, error, warning, notice, info and debug. Passing message into event and It will automatically detect request url, request method, client ip, browser, user os etc and save it into database. In event it failed it will simply log data into storage log.
Install
Add into service provider array in ./config/app.php
Migration
Publish config
Fire events basic
Emergency
Alert
Critical
Error
Warning
Notice
Info
Debug
Fire events using default config example
Event should be wrapped in an configuration array, example of firing events using default package config.
Emergency
Alert
Critical
Error
Warning
Notice
Info
Debug
Fire events using wrapper
Example in model class
Event wrapper
All versions of logdb with dependencies
PHP Build Version
Package Version
Requires
jenssegers/agent Version
^2.4
The package consigliere/logdb contains the following files
Loading the files please wait ....