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:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user