Differences and Similarities Between Lumen and Laravel

后端 未结 6 456
抹茶落季
抹茶落季 2020-12-07 09:01

I read the documentation and it seems Lumen is Laravel with less features. I must be missing something. I am looking for a comparison table of the components and features of

6条回答
  •  失恋的感觉
    2020-12-07 10:02

    Quote from Matt Stauffer

    Lumen has the same foundation as Laravel, and many of the same components. But Lumen is built for microservices, not so much for user-facing applications (although it can be used for anything.) As such, frontend niceties like Bootstrap and Elixir and the authentication bootstrap and sessions don't come enabled out of the box, and there's less flexibility for extending and changing the bootstrap files.

    You can read more here

提交回复
热议问题