composer php - Laravel 5 - "laravel new" command -
help guys in installing laravel 5,
i'm using windows 7 home premium
i'm using git bash terminal
i run command
composer global require "laravel/installer=~1.1"
and installed
but when ran
laravel new blog
it shows message below:
crafting application... 'composer' not recognized internal or external command, operable program or batch file. application ready! build amazing.
there's error message "'composer' not recognized....". why happening me? composer command working fine. :(
i've added path ";c:\users\username\appdata\roaming\composer\vendor\bin" system variables
run command install laravel:
composer create-project laravel/laravel --prefer-dist
Comments
Post a Comment