1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-05 08:30:07 +01:00

add Bedrock driver

This commit is contained in:
Evan Mattson
2016-05-09 22:48:25 -04:00
parent e714082d50
commit 954de429b6
3 changed files with 64 additions and 0 deletions

View File

@@ -47,6 +47,7 @@ public static function assign($sitePath, $siteName, $uri)
$drivers[] = 'LaravelValetDriver';
$drivers[] = 'WordPressValetDriver';
$drivers[] = 'BedrockValetDriver';
$drivers[] = 'SymfonyValetDriver';
$drivers[] = 'CraftValetDriver';
$drivers[] = 'StatamicValetDriver';