Skip to content

Instantly share code, notes, and snippets.

@bkozora
Created January 5, 2015 15:36
Show Gist options
  • Save bkozora/62ff19fab81da2091d26 to your computer and use it in GitHub Desktop.
Save bkozora/62ff19fab81da2091d26 to your computer and use it in GitHub Desktop.
Symfony2 Routes YAML
# app/config/routing.yml
blog_show:
path: /blog/{slug}
defaults: { _controller: AppBundle:Blog:show }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment