Looking to hire Laravel developers? Try LaraJobs

laravel-query-monitor maintained by authanram

Description
Laravel Query Monitor
Last update
2022/04/02 11:11 (dev-master)
License
Downloads
667

Comments
comments powered by Disqus

authanram/laravel-query-monitor

Monitor executed queries via artisan command.

Query Monitor Console Screenshot

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.