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 

http://laravel.com/docs/5.0/installation


Comments

Popular posts from this blog

python - Installing PyDev in eclipse is failed -

PHP OOP-based login system -

c# - Nested Internal Class with Readonly Hashtable throws Null ref exception.. on assignment -