mirror of
https://github.com/laravel/valet.git
synced 2026-02-05 08:30:07 +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\SymfonyValetDriver;
|
||||
use Valet\Drivers\Specific\SymfonyValetDriver;
|
||||
|
||||
class SymfonyValetDriverTest extends BaseDriverTestCase
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user