1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-08 01:10:08 +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:
Korvin Szanto
2016-12-08 14:19:00 -08:00
committed by Taylor Otwell
parent 9a4138f6ca
commit 5134ce20c6
3 changed files with 50 additions and 0 deletions

View File

@@ -24,3 +24,4 @@
require_once __DIR__.'/CakeValetDriver.php';
require_once __DIR__.'/JoomlaValetDriver.php';
require_once __DIR__.'/DrupalValetDriver.php';
require_once __DIR__.'/Concrete5ValetDriver.php';