Download the PHP package rodrigopedra/laravel-query-logger without Composer
On this page you can find all versions of the php package rodrigopedra/laravel-query-logger. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download rodrigopedra/laravel-query-logger
More information about rodrigopedra/laravel-query-logger
Files in rodrigopedra/laravel-query-logger
Download rodrigopedra/laravel-query-logger
More information about rodrigopedra/laravel-query-logger
Files in rodrigopedra/laravel-query-logger
Please rate this library. Is it a good library?
Informations about the package laravel-query-logger
Query Logger for Laravel
- for Laravel versions 5.0 and 5.1 use the 1.0 release
- for Laravel versions from 5.2 to 7.x with PHP < 7.4 use 2.x release
Writes all queries to the log when APP_DEBUG=true
.
This package tries to replace the bindings with their values so SQL queries becomes easier to debug.
Installation
Configuration
As releases 3.x+ requires at least Laravel version 5.5, the service provider should be configured automatically using Laravel's package auto-discovery.
If you are not using pakacge auto-discovery, you will need to add the provider to your config/app.php
:
License
This package is open-sourced software licensed under the MIT license
All versions of laravel-query-logger with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
ext-pdo Version *
illuminate/contracts Version ^10.0|^11.0
illuminate/support Version ^10.0|^11.0
illuminate/database Version ^10.0|^11.0
psr/log Version ^1|^2|^3
ext-pdo Version *
illuminate/contracts Version ^10.0|^11.0
illuminate/support Version ^10.0|^11.0
illuminate/database Version ^10.0|^11.0
psr/log Version ^1|^2|^3
The package rodrigopedra/laravel-query-logger contains the following files
Loading the files please wait ....