Skip to content
Chris Nizzardini edited this page Feb 26, 2017 · 13 revisions

Welcome to Yummy Documentation.

Configuration

Load the Yummy plugin in your applications boostrap file. Yummy makes use of its own bootstrap and routes file so you'll need to set these options to true.

File: config/bootstrap.php

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

Specifics

Clone this wiki locally