We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lumen 11
8.3
No response
Hi,
i have a lumen installation. Since today (I used composer update) I can't do something like this anymore.:
$file = Storage::disk('local')->get('image_missing.jpg');
There is always this Error Message:
`In FilesystemServiceProvider.php line 81:
Call to undefined method Laravel\Lumen\Application::routesAreCached() `
As soon as I use storage facade, it breaks
The text was updated successfully, but these errors were encountered:
[11.x] Fixed attempt to call Application::routesAreCached() when ap…
Application::routesAreCached()
3bb76e4
…plication doesn't implements `CachesRoutes` contract. fixes #52760 Signed-off-by: Mior Muhammad Zaki <[email protected]>
CachesRoutes
dd64ab7
crynobone
Successfully merging a pull request may close this issue.
Laravel Version
Lumen 11
PHP Version
8.3
Database Driver & Version
No response
Description
Hi,
i have a lumen installation. Since today (I used composer update) I can't do something like this anymore.:
$file = Storage::disk('local')->get('image_missing.jpg');
There is always this Error Message:
`In FilesystemServiceProvider.php line 81:
Call to undefined method Laravel\Lumen\Application::routesAreCached() `
Steps To Reproduce
As soon as I use storage facade, it breaks
The text was updated successfully, but these errors were encountered: