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 6ab594b commit d6b41bbCopy full SHA for d6b41bb
laravel/config/laravels.php
@@ -12,7 +12,7 @@
12
'handle_static' => env('LARAVELS_HANDLE_STATIC', false),
13
'laravel_base_path' => env('LARAVEL_BASE_PATH', base_path()),
14
'inotify_reload' => [
15
- 'enable' => env('LARAVELS_INOTIFY_RELOAD', false),
+ 'enable' => env('LARAVELS_INOTIFY_RELOAD', true),
16
'watch_path' => base_path(),
17
'file_types' => ['.php'],
18
'excluded_dirs' => [],
0 commit comments