CakePHP:-bash:蛋糕:找不到命令

发布于 2024-09-28 17:56:59 字数 428 浏览 6 评论 0原文

我以前使用过 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

-小熊_ 2024-10-05 17:56:59

我没有使用 CakePHP 的经验,但尝试在前面添加 ./

./cake bake all

I have no experience with CakePHP but try prepending ./

./cake bake all
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文