UrlGeneratorTrait
trait UrlGeneratorTrait
UrlGenerator trait.
Methods
string
path(string $route, mixed $parameters = array())
Generates a path from the given parameters.
string
url(string $route, mixed $parameters = array())
Generates an absolute URL from the given parameters.
Details
at line 31
string
path(string $route, mixed $parameters = array())
Generates a path from the given parameters.
at line 44
string
url(string $route, mixed $parameters = array())
Generates an absolute URL from the given parameters.