We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 933e464 + 799a7c7 commit 45792a9Copy full SHA for 45792a9
README.md
@@ -17,6 +17,10 @@ A simple Laravel library for devs to log your heavy queries bifurcated by the ti
17
18
composer require akshitarora/dblog
19
20
+Add the ServiceProvider in `app.php`
21
+
22
+ AkshitArora\DbLog\DbLogServiceProvider::class,
23
24
## Log structure
25
26
`[database-name] [time-taken s] SELECT SQL QUERY WHERE PARAMETERS='VALUE' || Path METHOD: /slow/page/here`
0 commit comments