【发布时间】:2015-07-04 17:02:41
【问题描述】:
帮助大家安装 Laravel 5,
我使用的是 Windows 7 家庭高级版
我使用 Git bash 作为我的终端
我运行命令
composer global require "laravel/installer=~1.1"
安装成功
但是当我跑的时候
laravel new blog
它显示以下消息:
Crafting application...
'composer' is not recognized as an internal or external command, operable program or batch file.
Application ready! Build something amazing.
有一条错误消息“'composer' is not Recognized....”。 为什么这会发生在我身上? 作曲家命令工作正常。 :(
我已经将路径“;C:\Users\username\AppData\Roaming\Composer\vendor\bin”添加到我的系统变量中
【问题讨论】: