mirror of
https://github.com/laravel/valet.git
synced 2026-02-05 00:20:08 +01:00
wordpress driver
This commit is contained in:
@@ -66,6 +66,7 @@ function show_valet_404()
|
||||
require_once __DIR__.'/drivers/LaravelValetDriver.php';
|
||||
require_once __DIR__.'/drivers/StaticValetDriver.php';
|
||||
require_once __DIR__.'/drivers/JigsawValetDriver.php';
|
||||
require_once __DIR__.'/drivers/WordPressValetDriver.php';
|
||||
|
||||
$valetDriver = ValetDriver::assign($valetSitePath, $siteName, $uri);
|
||||
|
||||
@@ -86,4 +87,8 @@ function show_valet_404()
|
||||
$valetSitePath, $siteName, $uri
|
||||
);
|
||||
|
||||
if (! $frontControllerPath) {
|
||||
show_valet_404();
|
||||
}
|
||||
|
||||
require $frontControllerPath;
|
||||
|
||||
Reference in New Issue
Block a user