This plugin allows you to bake well : )
You can install this plugin into your CakePHP application using composer.
The recommended way to install composer packages is:
composer require 3xw/cakephp-bake
Load it in your config/boostrap.php
Plugin::load('Trois/Bake');
Configure::write('Bake.theme', 'Trois/Bake');