Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork41
supliu/laravel-query-monitor
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Supliu Laravel Query Monitor is library to monitoring Queries in real-time using Laravel Artisan Command. Basically it opens a socket listening and displays (on terminal) the queries executed in your Laravel application.
- Use composer to install this package
composer require --dev supliu/laravel-query-monitor- Run publish command
php artisan vendor:publish --provider="Supliu\LaravelQueryMonitor\ServiceProvider"Open you terminal and execute:
php artisan laravel-query-monitorNow just perform some action in your application that performs some interaction with the database.
By default, the query listening service will run on host 0.0.0.0 and port 8081. You can customize both the host and the port by providing the optional arguments:
php artisan laravel-query-monitor --host="192.168.0.2" --port=8082If you change the host and port parameters, you will also need to change the configuration fileconfig/laravel-query-monitor.php.
The Laravel Query Monitor is open-sourced project licensed under theMIT license.
About
Simple artisan command to monitoring triggered queries
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors7
Uh oh!
There was an error while loading.Please reload this page.
