Download the PHP package ibrand/laravel-database-logger without Composer
On this page you can find all versions of the php package ibrand/laravel-database-logger. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ibrand/laravel-database-logger
More information about ibrand/laravel-database-logger
Files in ibrand/laravel-database-logger
Download ibrand/laravel-database-logger
More information about ibrand/laravel-database-logger
Files in ibrand/laravel-database-logger
Vendor ibrand
Package laravel-database-logger
Short Description ibrand laravel database logger
License MIT
Package laravel-database-logger
Short Description ibrand laravel database logger
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-database-logger
Laravel Database Logger
A simple database logger for Laravel application, support Guard,Auth to multiple file record.
- Chinese Documentation
Feature
- Log files support anonymous or guard types.
- Record auth uesrs.
- Record request url
- Support record specifying SQL statement(SELECT,INSET INTO,UPDATE,DELETE,ALTER TABLE etc.)
- Record slow logs separately.
Installation
Below Laravel5.5 version
In config/app.php
'providers' region add
Publish config file.
Usage
Enable in .env or config file.
Set log_queries=>true
in config/ibrand/dblogger.php
file. or set DB_LOG_QUERIES = true
in .env
file.
use databaselogger
middleware
For more middleware users see the document.
Preview
Contributing
If you find any bug or problem please raise the issue here.
All versions of laravel-database-logger with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6
The package ibrand/laravel-database-logger contains the following files
Loading the files please wait ....