mirror of
https://github.com/laravel/valet.git
synced 2026-02-08 01:10:08 +01:00
Add legacy drivers for the remainder of v3
This commit is contained in:
7
cli/includes/require-legacy-files.php
Normal file
7
cli/includes/require-legacy-files.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
foreach (scandir('./cli/includes/legacy') as $file) {
|
||||
if (substr($file, 0, 1) !== '.') {
|
||||
require_once './cli/includes/legacy/'.$file;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user