Skip to content

Commit

Permalink
Update readme to reflect that routes have to be loaded.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcur committed Apr 17, 2016
1 parent fa422ff commit 0b18f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0b18f4e

Please sign in to comment.