/var/www/vhosts/ihelp.ro/httpdocs/vendor/cakephp/bake/docs/en
NameSizeModeActions
conf.py2610644editdlrm
contents.rst970644editdlrm
development.rst114580644editdlrm
index.rst11910644editdlrm
usage.rst20560644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/cakephp/bake/docs/en/index.rst (1191B)
Bake Console ############ CakePHP's bake console is another effort to get you up and running in CakePHP – fast. The bake console can create any of CakePHP's basic ingredients: models, behaviors, views, helpers, controllers, components, test cases, fixtures and plugins. And we aren't just talking skeleton classes: Bake can create a fully functional application in just a few minutes. In fact, Bake is a natural step to take once an application has been scaffolded. Installation ============ Before trying to use or extend bake, make sure it is installed in your application. Bake is provided as a plugin that you can install with Composer:: composer require --dev cakephp/bake:"^2.0" The above will install bake as a development dependency. This means that it will not be installed when you do production deployments. When using the Twig templates make sure you are loading the ``Cake/TwigView`` plugin with its bootstrap. You can also omit it completely which then makes Bake plugin load this plugin on demand. .. meta:: :title lang=en: Bake Console :keywords lang=en: command line interface,development,bake view, bake template syntax,erb tags,asp tags,percent tags