Laravel | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Laravel

Is laravel to php is the same as jquery or angular to javascript or does it require additional programs?

15th Aug 2020, 12:06 PM
Naol
Naol - avatar
2 Answers
15th Aug 2020, 12:10 PM
Gordon
Gordon - avatar
0
No. Laravel is a framework. A framework in OOP is a set of reusable classes and interfaces designed specially for a specific type of application. In the case of Laravel it is a monolithic MVC framework. You will still need to write code that extend the abstract functionality Laravel provides.
15th Aug 2020, 2:07 PM
Ore
Ore - avatar