mirror of
https://github.com/laravel/valet.git
synced 2026-02-07 09:10:03 +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());
|
$drivers = array_merge($drivers, static::customDrivers());
|
||||||
|
|
||||||
// Queue Valet-shipped drivers
|
// Queue Valet-shipped drivers
|
||||||
|
$drivers[] = 'Specific\StatamicV3ValetDriver';
|
||||||
$drivers[] = 'LaravelValetDriver';
|
$drivers[] = 'LaravelValetDriver';
|
||||||
$drivers = array_merge($drivers, $specificDrivers);
|
$drivers = array_unique(array_merge($drivers, $specificDrivers));
|
||||||
$drivers[] = 'BasicWithPublicValetDriver';
|
$drivers[] = 'BasicWithPublicValetDriver';
|
||||||
$drivers[] = 'BasicValetDriver';
|
$drivers[] = 'BasicValetDriver';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user