Function route
Generate a URL from a route name.
// Create a URL to the "profile" named route $url = route('profile'); // Create a URL to the "profile" named route with wildcard parameters $url = route('profile', array($username));
Located at laravel/helpers.php
string |
$name |
|
array |
$parameters = array() |
string
|