I am going to CakePHP from Codeigniter. I started a new project and installed CakePHP 3.0 using Composer in the Ubuntu Vagrant machine that I use for development.
I am trying to create a database migration, but it seems that the bin / cake console is not working for me.
I can not find anything in the bin / cake configuration docs, I also tried to set the cake script as an executable ... without joy.
All I get is either "permission denied", if I then run as sudo, I get "Command not found".
Any help is appreciated,
source share