lacee1986
4/26/2018 - 11:55 AM

Laravel command on Windows

Run the following on command prompt in administrator mode. Composer must be installed!

Then you can run the "laravel" command.

composer global require "laravel/installer=~1.1"
setx /M path "%path%;%appdata%\Composer\vendor\bin"