문제

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

도움이 되었습니까?

해결책

I have no experience with CakePHP but try prepending ./

./cake bake all
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top