BasicValetDriver::asPublicHtmlIndexFile PHP Method

asPublicHtmlIndexFile() protected method

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