1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-06 00:40:06 +01:00
Commit Graph

331 Commits

Author SHA1 Message Date
Adam Wathan
cf7911a0e5 Properly replace VALET_HOME_PATH in secure Caddy files
Fixes #117
2016-08-17 17:07:44 -04:00
Adam Wathan
12d418389d Merge pull request #92 from kapersoft/server-log
Adds the option to view Caddy access- and error-log
2016-08-14 09:36:20 -04:00
Chris Brown
e88731b17c Add missing descriptions 2016-08-11 00:42:12 -03:00
Chris Brown
77cd98f4cc Add basic changes to alllow php71 2016-07-28 12:36:15 -04:00
Jan Willem Kaper
4fc1acb7c4 Adds the option to view the Caddy access- and error-log using 'valet server-log' 2016-06-15 22:57:58 +02:00
Gao Feng
cd1c1c9fd4 fix scan certificates directory error when first change domain 2016-06-10 17:59:58 +08:00
Lucas Michot
2497122810 Use strict comparisons (#74) 2016-05-27 10:36:50 -05:00
Jason P. Scharf
539898cd94 Fix spaces in path when using 'valet link' (#62)
* Fix spaces in path when using 'valet link'

* Remove custom function and use escapeshellarg()
2016-05-19 10:39:21 -05:00
Taylor Otwell
24039873f2 Fix brew installations. 2016-05-17 19:38:53 -07:00
Taylor Otwell
06166cfae7 fix sites directory 2016-05-13 12:39:40 -05:00
Taylor Otwell
9a1ad4e002 create sites directory 2016-05-13 12:37:24 -05:00
Taylor Otwell
16859b88aa add secure and unsecure 2016-05-13 10:22:41 -05:00
Taylor Otwell
d7c6152f9e shorten method 2016-05-12 21:26:13 -05:00
Taylor Otwell
62ba72a77a fix open for symlinks 2016-05-12 21:24:28 -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
9f19714796 disable timeout 2016-05-12 09:16:35 -05:00
Taylor Otwell
064a62f3a6 fix file paths on extensions 2016-05-12 08:36:45 -05:00
Taylor Otwell
14588a40d8 load extensions 2016-05-11 20:32:53 -05:00
Taylor Otwell
f48b6c7563 combine vars 2016-05-11 19:49:17 -05:00
Taylor Otwell
fd595b5c71 run commands as sudo 2016-05-11 19:40:44 -05:00
Taylor Otwell
d98fce6f08 extract logic 2016-05-11 15:29:04 -05:00
Taylor Otwell
fbe2fe6fac Tweaking a few things. 2016-05-11 15:22:20 -05:00
Taylor Otwell
d94a9cae9d fix path 2016-05-11 10:29:55 -05:00
Glendon Solsberry
e714082d50 Allows Valet to run under PHP 5.5 (#57)
* Allows for valet to run under PHP 5.5 as well.

Add checks for php55 to the mix.

* Allows for valet to run under PHP 5.5 as well.

Add checks for php55 to the mix.

* Update .travis.yml

* Update PhpFpm.php

* Add tests for php55
2016-05-10 21:56:25 -05:00
Taylor Otwell
0139d506f5 fix comment 2016-05-10 21:55:00 -05:00
Taylor Otwell
01df3b1012 move method to brew class 2016-05-10 21:48:44 -05:00
Taylor Otwell
b22c60daca add files 2016-05-10 21:45:59 -05:00
Taylor Otwell
289d806060 link on every install 2016-05-10 16:33:17 -05:00
Taylor Otwell
3ef267eac2 fix location 2016-05-10 15:46:27 -05:00
Taylor Otwell
f0556ce554 correcting a few script problems 2016-05-10 13:26:39 -05:00
Taylor Otwell
97f7ae2342 organize better 2016-05-10 08:29:24 -05:00