Skip to content
Chris Nizzardini edited this page Dec 7, 2019 · 13 revisions

Installation

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]);

Documentation

Yummy Search Documentation

Yummy ACL Documentation

For baking templates

bin/cake bake template <ControllerName> -t Yummy
Clone this wiki locally