diff --git a/config/octane.php b/config/octane.php index c21f24a7a..b85dde35f 100644 --- a/config/octane.php +++ b/config/octane.php @@ -172,8 +172,8 @@ 'bootstrap', 'config', 'database', - 'public', - 'resources', + 'public/**/*.php', + 'resources/**/*.php', 'routes', 'composer.lock', '.env',