-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Chris Nizzardini edited this page Feb 26, 2017
·
13 revisions
Welcome to Yummy Documentation.
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]);