We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31e630b commit 540e9a4Copy full SHA for 540e9a4
src/Commands/DebugCommand.php
@@ -66,7 +66,8 @@ private function processEnvironment(): static
66
],
67
'Laravel' => [
68
'Version' => app()->version(),
69
- 'ConfigCached' => file_exists($this->laravel->getCachedConfigPath()),
+ 'ConfigCached' => $this->laravel->configurationIsCached(),
70
+ 'RoutesCached' => $this->laravel->routesAreCached(),
71
'DebugEnabled' => $this->laravel->hasDebugModeEnabled(),
72
73
'Node' => [
0 commit comments