1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-06 08:40:09 +01:00

attempt statamic driver first

This commit is contained in:
Jason Varga
2023-08-28 14:38:58 -04:00
parent 12c10e0b03
commit fadd0d46b8

View File

@@ -45,8 +45,9 @@ public static function assign(string $sitePath, string $siteName, string $uri):
$drivers = array_merge($drivers, static::customDrivers());
// Queue Valet-shipped drivers
$drivers[] = 'Specific\StatamicV3ValetDriver';
$drivers[] = 'LaravelValetDriver';
$drivers = array_merge($drivers, $specificDrivers);
$drivers = array_unique(array_merge($drivers, $specificDrivers));
$drivers[] = 'BasicWithPublicValetDriver';
$drivers[] = 'BasicValetDriver';