-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Chris Nizzardini edited this page Dec 7, 2019
·
13 revisions
Install through composer, load in bootstrap, done.
composer require cnizzardini/cakephp-yummy
Load plugin in config/bootstrap.php
Plugin::load('Yummy', ['bootstrap' => false, 'routes' => true]);
For baking templates
bin/cake bake template <ControllerName> -t Yummy