mirror of
https://github.com/laravel/valet.git
synced 2026-02-05 08:30:07 +01:00
Add a concrete5 driver that provides the environment (#158)
* Add a concrete5 driver that provides the environment * Use better directory for detection and allow for accessing separate php files
This commit is contained in:
committed by
Taylor Otwell
parent
9a4138f6ca
commit
5134ce20c6
@@ -60,6 +60,7 @@ public static function assign($sitePath, $siteName, $uri)
|
||||
$drivers[] = 'KatanaValetDriver';
|
||||
$drivers[] = 'JoomlaValetDriver';
|
||||
$drivers[] = 'DrupalValetDriver';
|
||||
$drivers[] = 'Concrete5ValetDriver';
|
||||
|
||||
$drivers[] = 'BasicValetDriver';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user