Skip to content

Commit

Permalink
EZEE-1656: Further clarify route order (ezsystems#101)
Browse files Browse the repository at this point in the history
* EZEE-1656: Further clarify route order

* Update INSTALL.md
  • Loading branch information
andrerom committed Jul 27, 2017
1 parent 53db21d commit 996f07e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions INSTALL.md
Expand Up @@ -40,6 +40,8 @@ of a spoiled brat, and has high expectations from its collaborators.
Edit `app/config/routing.yml`, and add the LegacyBundle routes at the end of the file.

```
# NOTE: Always keep at the end of the file so native symfony routes always have precendence, to avoid legacy
# REST pattern overriding possible eZ Platform REST routes.
_ezpublishLegacyRoutes:
resource: @EzPublishLegacyBundle/Resources/config/routing.yml
```
Expand Down

0 comments on commit 996f07e

Please sign in to comment.