BasicValetDriver::asRootPhpIndexFile PHP Метод

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

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