authanram / laravel-query-monitor
Laravel Query Monitor
Package info
github.com/authanram/laravel-query-monitor
Type:package
pkg:composer/authanram/laravel-query-monitor
1.0.2
2022-04-02 09:11 UTC
Requires
- php: ^8.0
- laravel/framework: ^8.0|^9.0
- react/socket: ^1.10
Requires (Dev)
- nunomaduro/phpinsights: ^2.0
- orchestra/testbench: ^7.0
- pestphp/pest: ^1.20
- pestphp/pest-plugin-mock: ^1.0
This package is auto-updated.
Last update: 2026-03-01 00:38:19 UTC
README
Monitor executed queries via artisan command.
Installation
You can install the package via composer.
composer require authanram/laravel-query-monitor
Add the following line to your applications .env file:
QUERY_MONITOR_ENABLED=true
Add the following line to your applications .env file, if you need to change the URI:
QUERY_MONITOR_URI=127.0.0.1:7777
Usage
php artisan query-monitor
Credits
License
The MIT License (MIT). Please see License File for more information.
