Jump in and start learning. Coding in Laravel and discovering how things are done in the core it will only solidify what you have already learned.
How much OOP is required to start Learning Laravel?
I have worked in core php and now I want to learn Laravel. My question is that how much OOP is compulsory to start the Laravel. I have basic knowledge of Classes, objects, inheritance , polymorphism.
I started usingn Laravel, and then I learned OOP. Laravel makes it easy so you don't need to know what :: does, though it can help. But you'll get the idea how it works by using it in Laravel.
it say it might be enen for beneficial to see how it work, and then watch a tutorial explaining it.
Probably even a better way to learn it, because you'll get to understand why you need OOP and then you get to learn OOP in detail.
Please or to participate in this conversation.