From 0b18f4e9a5308dccee8b5f1862a29797907e6f1f Mon Sep 17 00:00:00 2001 From: Thomas Churchman Date: Sun, 17 Apr 2016 23:49:05 +0200 Subject: [PATCH] Update readme to reflect that routes have to be loaded. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf2a8ec..fdb1e78 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ The plugin needs to store data in a database. You can find the database structur ## Bootstrap Place the following in your `config/bootstrap.php` file: ``` -Plugin::load('Beskhue/CookieTokenAuth'); +Plugin::load('Beskhue/CookieTokenAuth', ['routes' => true]); ``` or use bake: