Laravel installation under win10

First, install the composer

Reference rookie Tutorial: https://www.runoob.com/w3cnote/composer-install-and-usage.html 

Second, download and install the tool laravel

Win10 console input into the composer to see if the installation was successful composer 

Enter the command: composer global require "laravel / installer" tool to download and install process will be a bit slow patiently wait

Third, create a project file

First, go to the directory you want to store items such as E: / phpstudy_pro / WWW, and then enter the command composer create-project --prefer-dist laravel / laravel blog 

Enter, wait a minute to create a blog project

Guess you like

Origin www.cnblogs.com/vilucky/p/12304429.html