I've managed to install and use cake bake with xampp, but I have no idea how to install bake with my command line on the hosting.
The error I get is:
CakePHP 3.4.4 Red Velvet already installed.
Can anyone give me some directions? Thanks.
I've managed to install and use cake bake with xampp, but I have no idea how to install bake with my command line on the hosting.
The error I get is:
CakePHP 3.4.4 Red Velvet already installed.
Can anyone give me some directions? Thanks.
Just cd
to your /path/to/project/bin/
and execute the Cake command line tool with ./cake bake model Products
, for example. ✌