1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-05 00:20:08 +01:00

Add Magento2 driver

This commit is contained in:
Joe Constant
2016-09-15 16:19:50 -06:00
committed by Adam Wathan
parent 4743c118d6
commit 953d828afd
3 changed files with 141 additions and 0 deletions

View File

@@ -67,6 +67,7 @@ public static function assign($sitePath, $siteName, $uri)
$drivers[] = 'JoomlaValetDriver';
$drivers[] = 'DrupalValetDriver';
$drivers[] = 'Concrete5ValetDriver';
$drivers[] = 'Magento2ValetDriver';
$drivers[] = 'BasicValetDriver';