Intro to Laravel

What is Laravel ?

Laravel is a php web frame-work which is use at server site ,Laravel reuses the existing components of different frameworks which helps in creating a web application.

Its work on MVC model, Laravel use in backend .

Laravel is a framework built using PHP .

Why Laravel ?

. The web application becomes more scalable, owing to the Laravel framework.

. Time management , using larvael time is save..

. It includes namespaces and interfaces, thus helps to organize and manage resources.

How to Install Laravel ?

To install Laravel first we have to install composer in the system

Go to the following URL and download composer to install it on your system.

https://getcomposer.org/download/

After installing the composer

Write this command to the cmd and run the comand this command is used to install the laravel.

The Laravel framework can be directly installed with develop branch which includes the latest framework.

Tanku.