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

Update require.php

Added the Joomla driver.
This commit is contained in:
Christophor Wilson
2016-05-10 09:52:52 -06:00
parent ae95858e28
commit 8e19a0764d

View File

@@ -21,3 +21,4 @@
require_once __DIR__.'/ContaoValetDriver.php';
require_once __DIR__.'/KatanaValetDriver.php';
require_once __DIR__.'/CakeValetDriver.php';
require_once __DIR__.'/JoomlaValetDriver.php';