Skip to content

Commit

Permalink
Merge branch 'master' of github.com:cakephp/docs
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jan 22, 2016
2 parents 8e281c2 + b2277a6 commit 61eb31e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions en/plugins/how-to-create-plugins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,8 @@ applications:
- If you use requestAction, make sure controller and model names
are as unique as possible. Otherwise you might get PHP "redefined
class ..." errors.
- When adding routes with extensions to your plugin, ensure you use
``Router::setExtensions()`` so you do not override application routing.

Publish Your Plugin
===================
Expand Down

0 comments on commit 61eb31e

Please sign in to comment.