Generating customized files using bake command in cakephp

693 views Asked by At

I am new to cakephp and so impressed with its rapid development. I am eager to know that i have made my own html for (index.ctp,edit.ctp,add.ctp and delete.ctp) and i want 'bake' command to use that html when we run that command in command prompt for generating all files. By doing so it saves time for customized look and when we run every time "bake" command it generates files in our desired format.

Thanks in advance.

2

There are 2 answers

0
Jaskaran Zap On

If you want to create cake bake then use this steps

Open CMD

cd /var/www/project/app/Console

Then

Run this command

php cake.php bake

It will show you the all the options