Replies: 2 comments 3 replies
-
If you are going to develop API, I suggest that you can use Lumen framework. It's framework based on Laravel and was optimized for API development. We're using Lumen right now. |
Beta Was this translation helpful? Give feedback.
-
I would still use Laravel instead of Lumen. Even Taylor said it makes more sense to use Laravel to get all the features we love. In some special cases where a faster boot is required and the missing features are not a problem, Lumen may be the right fit. https://twitter.com/taylorotwell/status/1441101127496323080?lang=en But as it's said in the tweet:
In most cases the Laravel application boots fast enough, especially if it's a regular api request from a user. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I was thinking of minifying my project, I want to know which files are not need if using Laravel for API development.
I am using Laravel sail.
Beta Was this translation helpful? Give feedback.
All reactions