Skip to content

Instantly share code, notes, and snippets.

@coreymcmahon
Created April 30, 2012 12:11
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/2557752 to your computer and use it in GitHub Desktop.
Save coreymcmahon/2557752 to your computer and use it in GitHub Desktop.
Basic Symfony route for a contact page - http://www.symfonycentral.com
contact:
pattern: /contact
defaults: { _controller: MyCompanyBundle:Home:contact }
requirements:
_method: GET
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment