【发布时间】:2016-05-16 08:28:07
【问题描述】:
我一直在用蛋糕烘焙
export PATH=/Applications/XAMPP/xamppfiles/bin:/Applications/XAMPP/htdocs/acl/cake/console:$PATH
在我的根目录中
但是今天,当我开始烘焙我的新项目时,我去了我的项目应用程序文件夹并写了cake bake all然后它给出了错误:
-bash: cake: 在终端中找不到命令
谁能帮我解决这个错误我应该检查什么?
【问题讨论】:
-
根据您在下面添加的答案:如果您正在构建一个新项目 - 不要使用 5 years old 的 CakePHP 版本 - 使用 the current release,或者至少last patch release of that major version.
标签: cakephp