1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-07 09:10:03 +01:00
Commit Graph

10 Commits

Author SHA1 Message Date
Adam Wathan
3409f2998b Working on serving static files through Caddy instead of PHP 2016-08-18 18:54:07 -04:00
Tristan Payne
58e3c07fe3 Drupal 7 & 8 Driver (#48)
* Add support for Drupal

* Implement more logic to handle Drupal 6, Drupal 7 and Drupal 8

* Additional fixes for Drupal 8 install. Removed note about Drupal 6 since it doesn't work properly beyond PHP 5.3.

* Rewrite front controller check for Drupal 8
2016-07-26 15:09:15 -04:00
Steve Waag
b0cd7cf373 Convert static file path extension to lowercase 2016-06-17 21:05:48 -07:00
Taylor Otwell
82e1d96be1 remove ide hint 2016-05-12 21:17:49 -05:00
Daniel Morris
fe6fb947f7 Consistency changes (#60)
* Correct the return type annotation in a serves method

* Type-hint the driver in the abstract ValetDriver

* Correct the return type-hint in the sample ValetDriver

* Remove the return afrom the restartLinkedPhp method

* Remove the return annotation from the Caddy constructor

* Remove the return annotation from the Valet configuration constructor

* Removed the return from the prependPath method of the Configuration class

* Removed the return from the appendAsUser method of the Filesystem class

* Removed the return annotation from the Site constructor

* Corrected the parameter annotation of the link method in the Site class

* Order use statements by length in PhpFpm

* Remove the return annotation from the Valet constructor
2016-05-12 21:17:32 -05:00
Taylor Otwell
f46d7cc232 Merge branch 'master' of https://github.com/CSWilson/valet into CSWilson-master 2016-05-12 16:11:50 -05:00
Evan Mattson
954de429b6 add Bedrock driver 2016-05-10 23:26:45 -04:00
Kennedy Tedesco
29dafe848c Move isActualFile() to ValetDriver 2016-05-10 14:43:38 -03:00
Christophor Wilson
f955d7a22f Update ValetDriver.php
Added the Joomla driver.
2016-05-10 09:53:58 -06:00
Taylor Otwell
97f7ae2342 organize better 2016-05-10 08:29:24 -05:00