mirror of
https://github.com/laravel/valet.git
synced 2026-02-07 17:10:05 +01:00
Update drivers location and loading
- Extract much of server.php into a `Server` class - Move all but the Laravel and Basic drivers into a subfolder - Load all but the Laravel and Basic drivers via glob - Add `beforeLoading` hook to simplify the `frontControllerPath` method for some drivers
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
use Valet\Drivers\BedrockValetDriver;
|
||||
use Valet\Drivers\Specific\BedrockValetDriver;
|
||||
use Valet\Drivers\ValetDriver;
|
||||
|
||||
class ValetDriverTest extends BaseDriverTestCase
|
||||
|
||||
Reference in New Issue
Block a user