September 2017
Intermediate to advanced
244 pages
6h 44m
English
Here, I didn't say similarities between Laravel and Lumen, because Lumen is not a completely different framework. I said what is common in both of them, because they have common packages and components: that means they share the same code base in many cases.
Actually, Lumen is sort of a small, minimal Laravel. It just drops some of the components and uses different components for some tasks like routes. However, you can always turn on a lot of components in the same installation. Sometimes, you don't even need to write some code in the configuration for that. Instead, you just go to the configuration file and uncomment some lines of code and it starts using those components.
In fact, Lumen has the same ...
Read now
Unlock full access