What is laravel? And how do I install it in Windows? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is laravel? And how do I install it in Windows?

Guys please tell me what is laravel and what it is used for? And do I need it to make a social media website like facebok?

6th Dec 2016, 12:21 AM
Twaha Rahman
Twaha Rahman - avatar
3 Answers
0
Do you know what frameworks are? Frameworks are programs built on top of a language that usually forces you to program in a specific way. The most common use of frameworks nowadays is the implementation of the MVC pattern, like the Angular js framework. The Model-View-Control (MVC) pattern is used to separate the visual programming with the logical programming (like seperating the codes for HTML, CSS and JavaScript in separate files. It doesn't affect the performance but improves the code readability). Laravel is also a PHP framework that follows the MVC pattern and is really popular. You can definitely use it to create websites like Facebook, however you can also make them without using any framework. You can read about installing it via a simple Google search.
6th Dec 2016, 2:05 AM
Nikunj Arora
Nikunj Arora - avatar
0
Thanks bro
6th Dec 2016, 8:27 AM
Twaha Rahman
Twaha Rahman - avatar
0
no problem 😀😀
6th Dec 2016, 9:09 AM
Nikunj Arora
Nikunj Arora - avatar