Last Updated: February 25, 2016
·
7.006K
· bnquoctoan

Run Artisan command line (Laravel) on Windows

Press Start+R
Type cmd
set PATH=%PATH;path\to\php\
cd path\to\artisan
OK now, run your magic artisan command
:)