Skip to content

Commit

Permalink
Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
muhdfaiz committed Nov 25, 2020
1 parent aeed552 commit 3f69afd
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

A package to monitor, troubleshoot and optimize SQL query using console.

<img src="https://muhdfaiz.github.io/laravel-tail-db/assets/images/postgresql.png" width="600" alt="">

## Features

- **Monitor SQL query.** Display SQL query executed from application in the console.
Expand All @@ -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/).
Expand Down

0 comments on commit 3f69afd

Please sign in to comment.