BasicValetDriver::asRootPhpIndexFile PHP Method

asRootPhpIndexFile() protected method

Format the incoming site path as root "index.php" file path.
protected asRootPhpIndexFile ( string $sitePath ) : string
$sitePath string
return string
    protected function asRootPhpIndexFile($sitePath)
    {
        return $sitePath . '/index.php';
    }