Web development basic and advance tutorial, php basic tutorial, laravel basic tutorial, React Native tutorial

Sunday, March 31, 2019

How to install laravel in xampp

0 comments

Today i will explain how to install laravel in your localhost. first you need to install xampp in your computer. here is the link how to install xampp. Click Here 

After you need to install composer. Click here
Go to the location C:\xampp\htdocs

open your command prompt or cmd

then write in the cmd 


composer create-project --prefer-dist laravel/laravel quiz_laravel2

follow the image



and press enter it will install you pc.


After complete go to the browser : 





No comments:

Post a Comment