Skip to content
New issue

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

Call to undefined method Laravel\Lumen\Application::routesAreCached() #52760

Closed
davidniechoj opened this issue Sep 12, 2024 · 0 comments · Fixed by #52761
Closed

Call to undefined method Laravel\Lumen\Application::routesAreCached() #52760

davidniechoj opened this issue Sep 12, 2024 · 0 comments · Fixed by #52761
Assignees
Labels

Comments

@davidniechoj
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants