diff --git a/README.md b/README.md index 7640d37..9c58ad9 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ A package to monitor, troubleshoot and optimize SQL query using console. + + ## Features - **Monitor SQL query.** Display SQL query executed from application in the console. @@ -10,6 +12,18 @@ A package to monitor, troubleshoot and optimize SQL query using console. - **Detect slow SQL query.** Highlight slow SQL query. +## Requirements + +- PHP: ^7.0 +- Laravel: ~6.0|~7.0|~8.0 + + +## Installation + +``` +composer require muhdfaiz/laravel-tail-db +``` + ## Documentation For detail of installation instructions, in-depth usage, please take a look at the [official documentation](https://muhdfaiz.github.io/laravel-tail-db/).