0
Laravel
Is laravel to php is the same as jquery or angular to javascript or does it require additional programs?
2 ответов
+ 1
Installing Laravel tutorial
https://youtu.be/E74_WZpjeKA
from the series by The Net Ninja
https://www.youtube.com/playlist?list=PL4cUxeGkcC9hL6aCFKyagrT1RCfVN4w2Q
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.