Skip to content

Instantly share code, notes, and snippets.

@s-hiroshi
Last active February 24, 2016 01:19
Show Gist options
  • Select an option

  • Save s-hiroshi/4025f40b27a97743a241 to your computer and use it in GitHub Desktop.

Select an option

Save s-hiroshi/4025f40b27a97743a241 to your computer and use it in GitHub Desktop.
ルーティング名からURLを取得するスニペットです。
$url = $this->app['url_generator']->generate('ルーティング名');
<a href="{{ url('infotown_banners_edit', {'id': banner.id}) }}">テスト</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment