el-cms / superBake

superBake repository for CakePHP 2.3.x
Other
12 stars 2 forks source link

superBake

What is superBake

superBake is a console Shell for cakePHP 2.x. It will help you to generate your application's plugins, models, controllers, views and menus with a configuration file and custom templates.

Basically, it's bake with modified tasks, modified template system and a configuration file.

You can find a demo video on youtube (a bit outdated now).

What superBake isn't

superBake is not a CMS, a blog manager or anything. It will help you to create your apps. That's all.

How it works

As you can see in the graph below, superBake extends original CakePHP baking tasks. That means the plugin should always work with the new versions of CakePHP

superBake

Test it in a few simple steps:

Remember that it's for testing superBake only, not to create a working app out of the box.

What if it doesn't work as expected ?

Open an issue, explain the problem, I'll be happy to help.

Links:

Feel free to contact me on g+ EL-CMS or by mail (with "superBake" in the beginning of your subject), i'll try to answer quickly.

For now, the configuration file provided with the plugin is the one I work on, so it's not an empty config file. You can test it with the models structure available in docs/.

Trello board to discuss about the project