Bootstrap bake templates for CakePHP 3
- Bootstrap templates that use the enhanced FormHelper and some other tools from the alaxos/cakephp3-libs plugin
You can easily install this plugin using composer as follows:
composer require alaxos/cakephp3-bootstrap-theme
After adding the plugin remember to load it in your config/bootstrap.php
file:
Plugin::load('Alaxos/BootstrapTheme');
$ ./bin/cake bake model Users --theme Alaxos/BootstrapTheme