Laravel installation

Installation using Composer

First of all we have to install composer on machine ( computer ) and then install it using command prompt.

composer create-project laravel/laravel project_name
cd project_name
php artisan serve

 

Comments
Login to TRACK of Comments.