Baking plate
Comments 0
<p>This site was made using BakingPlate which is a cakephp plugin that will kick start your apps.</p>
<p>The plugin does a few sweet things to help ease the process of turning a Baked app into when you want it to be.</p>
<p>BakingPlate provides a few enhancements, none of which break existing conventions of the framework. The initial release will do the following - and its almost there. Also it is awesome and a joy to use (if you know git & cakephp).</p>
<ul> <li>Html5 Boilerplate and everything it advises - as it pertains to cake</li> <li>Pagination tweaks - based on work by Jose Gonzalez</li> <li>Html5 enabled form and html helpers - that extend the core helpers</li> <li>Plate componant and helper that make it easier to build a clean and uncluttered (logical) application</li> <li>Test coverage</li> <li>Built in support for plugins</li> <li>Plugin management - Cake plugins can be added from a cake community authors </li> <li>Vendor management - CssMin, JsMin, PhpThumb and testing frameworks</li> </ul>
<code> cake plate bake </code>
<p>And a few other steps will create an application then you delete markers <code>#!#</code> that are placed in various files of the freshly baked app (you'll use <code>cake plate add <ModuleName> -g AuthorName</code>).</p>
<p>more to come</p>