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';
    }