authanram / laravel-query-monitor
Laravel Query Monitor
Installs: 663
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:package
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: 2024-10-30 02:16:12 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.