BasicValetDriver::asPublicPhpIndexFile PHP Method

asPublicPhpIndexFile() protected method

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