Skip to content

Instantly share code, notes, and snippets.

@coreymcmahon
Created April 30, 2012 11:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save coreymcmahon/2557566 to your computer and use it in GitHub Desktop.
Save coreymcmahon/2557566 to your computer and use it in GitHub Desktop.
Importing an external routing.yml file from a bundle - http://www.symfonycentral.com
# app/config/routing.yml
mycompany_routes:
resource: "@MyCompanyBundle/Resources/config/routing.yml"
prefix: /mycompany
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment