Download the PHP package mll-lab/laravel-query-log without Composer
On this page you can find all versions of the php package mll-lab/laravel-query-log. 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 laravel-query-log
You can easily implement what this package does by adding something like this to DatabaseServerProvider::boot()
:
laravel-query-log
Log database queries to an output channel of your choice.
Installation
composer require mll-lab/laravel-query-log
That's it. Laravel's package discovery will automatically kick in.
Configuration
All database queries are written to storage/logs/query.log
by default.
If you want to change the location, publish the configuration file:
php artisan vendor:publish --tag=query-log-config
All versions of laravel-query-log with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2 || ^8
illuminate/contracts Version 5.6.* || 5.7.* || 5.8.* || ^6 || ^7 || ^8 || ^9
illuminate/contracts Version 5.6.* || 5.7.* || 5.8.* || ^6 || ^7 || ^8 || ^9
The package mll-lab/laravel-query-log contains the following files
Loading the files please wait ....