I'm coming to CakePHP from Codeigniter. I started a new project and installed CakePHP 3.0 using Composer into a Ubuntu Vagrant machine I use for development.
I'm trying to create a DB Migration but it seems the bin/cake console isnt working for me.
I can't find anything in the docs about setting up bin/cake, I also tried setting the cake script as executable.... no joy.
All I get is either "permission denied", if I then run as sudo i get "Command not found".
Any help appreciated,
your current permission mask is 664, executable bit is missing.
try:
chmod 755 bin/cake
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With