Better providers dependency manager #39569
Unanswered
Stevemoretz
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I recently came back from lumen, because it couldn't do a lot and the Laravel's libraries had some problems with it, since I'm using laravel as an api, it made sense to disable a bunch of providers such as
The problem is each of these being disabled, fails on a fresh laravel installation, when you run it on an api route :)
Kind of unexpected from laravel team.
since I have worked with lumen, I know some of these could be fixed, by a simple if statement possibly, wish you would implement it because it really affects the speed of the api.
Beta Was this translation helpful? Give feedback.
All reactions