BasicValetDriver::asPublicHtmlIndexFile PHP Метод

asPublicHtmlIndexFile() защищенный Метод

Format the incoming site path as a "public/index.php" file path.
protected asPublicHtmlIndexFile ( string $sitePath ) : string
$sitePath string
Результат string
    protected function asPublicHtmlIndexFile($sitePath)
    {
        return $sitePath . '/public/index.html';
    }