An artisan command to monitor, troubleshoot and optimize SQL query using console.
-
Monitor SQL query. Display Realtime SQL query executed from application in the console.
-
Optimize SQL query. Automatically run
explain
command and output to console. -
Detect slow SQL query. Highlight slow SQL query according to your config.
- PHP: ^7.0
- Laravel: ~5.5,~5.6,~5.7,~5.8,~6.0,~7.0,~8.0
- Lumen
composer require muhdfaiz/laravel-tail-db
php artisan vendor:publish --provider="Muhdfaiz\LaravelTailDb\TailDatabaseServiceProvider" --tag="tail-db-config"
php artisan tail:db
For detail of installation instructions, in-depth usage, please take a look at the documentation.
Please see CHANGELOG for more information on what has changed recently.
Create desktop app to monitor the sql query.
Please see CONTRIBUTING for details.
The MIT License (MIT). Please see License File for more information.