ValetDriver::frontControllerPath PHP Method

frontControllerPath() abstract public method

Get the fully resolved path to the application's front controller.
abstract public frontControllerPath ( string $sitePath, string $siteName, string $uri ) : string
$sitePath string
$siteName string
$uri string
return string
    public abstract function frontControllerPath($sitePath, $siteName, $uri);