Skip to content

Instantly share code, notes, and snippets.

@maccevedor
Created July 23, 2014 18:50
Show Gist options
  • Save maccevedor/33d866ce649ea8cf4848 to your computer and use it in GitHub Desktop.
Save maccevedor/33d866ce649ea8cf4848 to your computer and use it in GitHub Desktop.
Ejemplo de comodines en symfony {slug}
# src/MDW/DemoBundle/Resources/config/routing.yml
blog_mostrar:
pattern: /blog/{slug}
defaults: { _controller: MDWDemoBundle:Blog:show }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment