Skip to content

Instantly share code, notes, and snippets.

@pryley
pryley / LocalValetDriver.php
Created December 27, 2023 05:46
LocalValetDriver which supports WordPress Multisite
<?php
use Valet\Drivers\Specific\WordPressValetDriver;
class LocalValetDriver extends WordPressValetDriver
{
/**
* Get the fully resolved path to the application's front controller.
*/
public function frontControllerPath(string $sitePath, string $siteName, string $uri): ?string