url
$routes->get("/{page:blog}/{slug:[^/]+}/{id:\d+}", ['Http\Controllers\Pages', "about"]);Get URI
Get full URL
echo $this->provider->url()->getUrl();Get full Root URL
echo $this->provider->url()->getRoot();Get full URI Path
Get current URI Path
Get URI path as array
Get URI parts
Travers the URI Path
Get current path
Get URL directories
Get full URL to public directory
Get full URL to public directory
Get full URL to public directory
Get full URL to JavaScript directory
Get full URL to CSS directory
Get full URL to public directory
Last updated