Laravel Installation steps in XAAMP
Following are the steps to setup laravel on your XAAMP.
Step1:Step1: Go to run/cmd
Step2: change the working directory to xampp folder
php -r “readfile(‘https://getcomposer.org/installer’);” | php
Step3:Php composer.phar global require “laravel/installer=~1.1”
Step4: Php composer.phar create-project laravel/laravel –prefer-dist