Skip to content
Chris Nizzardini edited this page Mar 6, 2017 · 13 revisions

Welcome to Yummy Documentation.

Configuration

Load the Yummy plugin in your applications boostrap file. Yummy makes use of its own routes file so you'll need to set route => true.

File: config/bootstrap.php

Plugin::load('Yummy', ['bootstrap' => false, 'routes' => true]);

Clone this wiki locally