Skip to content

Commit

Permalink
Merge pull request #3 from akshit-arora/dev
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
akshit-arora authored Sep 9, 2022
2 parents 933e464 + 799a7c7 commit 45792a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ A simple Laravel library for devs to log your heavy queries bifurcated by the ti

composer require akshitarora/dblog

Add the ServiceProvider in `app.php`

AkshitArora\DbLog\DbLogServiceProvider::class,

## Log structure

`[database-name] [time-taken s] SELECT SQL QUERY WHERE PARAMETERS='VALUE' || Path METHOD: /slow/page/here`
Expand Down

0 comments on commit 45792a9

Please sign in to comment.