BasicValetDriver::asPublicPhpIndexFile PHP Метод

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

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