Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Jun 11, 2015
1 parent 0fa4701 commit dc3e382
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions controllers.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ Once you have assigned a name to the controller route, you can easily generate U

$url = action('FooController@method');

You may also use the `route` helper to generate a URL to a named controller route:

$url = route('name');

<a name="controller-middleware"></a>
## Controller Middleware

Expand Down

0 comments on commit dc3e382

Please sign in to comment.