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.
1 parent 56d51cd commit 1850047Copy full SHA for 1850047
README.md
@@ -8,7 +8,7 @@
8
$ composer require overtrue/laravel-query-logger --dev -vvv
9
```
10
11
-Laravel Query Logger will be enabled when `APP_DEBUG` is `true`.
+Laravel Query Logger will be enabled when `LOG_QUERY` is `true`.
12
13
> Please keep the `--dev` option.
14
@@ -26,7 +26,7 @@ $ tail -f ./storage/logs/laravel.log
26
27
### Configuration
28
29
-If you want to use it in a production environment, you can control whether or not to log a query via the configuration file:
+If you want to use it in a environment, you can control whether or not to log a query via the configuration file:
30
31
*config/logging.php:*
32
0 commit comments