Introduction of Laravel

What is laravel ?

Larevel is a free, open source Php web framework and intented for the development of web application. It works on MVC (Model View Controller) pattern.

 

Composer

Composer is a tool which incudes all the dependencies and libraries. It allows you to declare the libraries your project depends on and it will manage (install/update) them for you.

To study more about composer.  Click here - Composer

 

Artisan

Command line interface used in Larevel is called Artisan. It includes a set of commands which hepls to creating a web application.


Source Code:

Small Laravel Project

In this project. We are providing you, how to create small project in Laravel....

Source Code