Skip to content

Instantly share code, notes, and snippets.

@deckchairlabs
Created August 28, 2017 00:13
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 deckchairlabs/064dc6bebe188de47059eec010d2b9ec to your computer and use it in GitHub Desktop.
Save deckchairlabs/064dc6bebe188de47059eec010d2b9ec to your computer and use it in GitHub Desktop.
Route attributes for configuring controllers/actions
my_route:
path: /my-cool-route
defaults:
_controller: 'Some\Controller:indexAction'
twig_param_name: 'posts' #this is available at the $request->attributes->get('twig_param_name')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment