CakePHP:-bash:蛋糕:找不到命令
我以前使用过 CakePHP 几次,但这是我第一次尝试 Bake。在我的 Mac 上,我运行 CakePHP 1.3、PHP5.3.3 和 MySQL。我已经创建了数据库表,并且应用程序连接到数据库。
我导航到控制台文件夹。并输入 ./cake
我欢迎来到 CakePHP v.1.3.5 控制台。然后我给我一个要运行的 shell 列表。它说
要运行命令,请输入“cake shell_name [args]”
我输入:
cake bake all
并得到
-bash: cake: command not found
有人能帮我吗?我不确定我是否错过了什么。
琼西
I've used CakePHP a few times before but this is the first time I'm trying out Bake. On my Mac I'm running CakePHP 1.3, PHP5.3.3, and MySQL. I've created my database tables and the app connects to the database.
I navigate to the console folder. and type ./cake
I get welcome to the CakePHP v.1.3.5 Console. Then I gives me a list of shells to run. It says
To run a command, type 'cake shell_name [args]'
I type:
cake bake all
and get
-bash: cake: command not found
Can someone help me out here? I'm not sure if I've missed something.
Jonesy
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我没有使用 CakePHP 的经验,但尝试在前面添加 ./
I have no experience with CakePHP but try prepending ./