Looking to hire Laravel developers? Try LaraJobs
This package is not available.

laravel-tail-db maintained by muhdfaiz

Description
Provide artisan command to monitor realtime database query executed from the application. Able to automatically run explain command for each of query received.
Author
Last update
2021/10/05 12:56 (dev-master)
License
Links
Downloads
26 775

Comments
comments powered by Disqus

Laravel Tail DB

tests Version Total Downloads License

An artisan command to monitor, troubleshoot and optimize SQL query using console.

Features

  • 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.

Requirements

  • PHP: ^7.0
  • Laravel: ~5.5,~5.6,~5.7,~5.8,~6.0,~7.0,~8.0
  • Lumen

Installation

composer require muhdfaiz/laravel-tail-db

Publish Config File

php artisan vendor:publish --provider="Muhdfaiz\LaravelTailDb\TailDatabaseServiceProvider" --tag="tail-db-config"

Usage

php artisan tail:db

Documentation

For detail of installation instructions, in-depth usage, please take a look at the documentation.

Changelog

Please see CHANGELOG for more information on what has changed recently.

Roadmap

Create desktop app to monitor the sql query.

Contributing

Please see CONTRIBUTING for details.

License

The MIT License (MIT). Please see License File for more information.