Taylor Otwell
eb1a6b75f9
fix another test
2016-12-08 08:32:55 -05:00
Taylor Otwell
572227ae6c
fix another test
2016-12-08 08:32:55 -05:00
Taylor Otwell
aa8ea8ecb5
workin gon tests
2016-12-08 08:32:55 -05:00
Taylor Otwell
a35b668aee
working on tests
2016-12-08 08:32:55 -05:00
Taylor Otwell
fba8eb7602
fix nginx support
2016-12-08 08:32:55 -05:00
Taylor Otwell
6f61b840f1
resolve real path
2016-12-08 08:32:54 -05:00
Adam Wathan
4c86e351a2
Use socket, store in valet home and set loose permissions
2016-12-08 08:32:54 -05:00
Adam Wathan
2ac1711eef
Listen on port instead of socket
2016-12-08 08:32:54 -05:00
Adam Wathan
0da0fb3b1b
Grueing around
2016-12-08 08:32:54 -05:00
Adam Wathan
aeb2a4423b
Add stub
2016-12-08 08:32:22 -05:00
Adam Wathan
be89d96078
Send empty Content-Type header to force nginx to determine on it's own
2016-12-08 08:32:22 -05:00
Adam Wathan
e965fac863
Update version string
2016-12-08 08:28:59 -05:00
Adam Wathan
891d64307d
Merge pull request #222 from Lavoaster/patch-1
...
Run brew list as user
2016-12-07 12:26:01 -05:00
Adam Lavin
b2878a6d1a
Update brew list to use runAsUser instead of directly sudoing
2016-11-23 21:52:56 +00:00
Adam Lavin
6aa1f4b7bf
Run brew list as user
...
As brew no longer allows running itself as root, we need to run it at the current user. This resolves #221 .
2016-11-23 16:29:27 +00:00
Adam Wathan
ef1b5f14f2
Merge pull request #202 from damiani/kd-caddyfile-fix-dsstore
...
Fix potential launch failure by removing .DS_Store file from Caddy directory
2016-10-31 19:20:01 -04:00
Keith Damiani
b366d5ebb4
Remove .DS_Store file from Caddy directory when starting Caddy
2016-10-28 16:48:16 -04:00
Adam Wathan
733747900e
Revert to using port instead of socket to see if it helps stale page issue
2016-10-22 11:35:07 -04:00
Adam Wathan
4cb2e9d331
Allow homebrew to be installed in non-standard locations
...
Closes #197
2016-10-22 11:08:31 -04:00
Adam Wathan
41eacbb983
Merge pull request #195 from dbpolito/patch-1
...
Adding function_exists to retry
2016-10-22 09:59:53 -05:00
Daniel Polito
e157d47bc7
Adding function_exists to retry
2016-10-21 11:39:00 -02:00
Adam Wathan
76c1fdb8c6
Fix issues with parse_url sometimes failing
...
Since parse_url fails on URIs that contain IP addresses, drop it
completely and instead just strip the query string manually, since
as far as I can tell that's all we actually give a shit about.
2016-10-09 20:13:49 -04:00
Adam Wathan
f9674b3c47
Update version string
2016-09-30 11:13:51 -04:00
Adam Wathan
ce35aeb84e
Merge pull request #177 from laravel/static-through-caddy
...
Serve static files through Caddy instead of through PHP
2016-09-28 17:22:14 -04:00
Adam Wathan
1ed2e067c9
Reference Caddy issue re: internal directive in stubs
2016-09-28 17:17:04 -04:00
Adam Wathan
648ec077dc
Remove mimes file
2016-09-28 17:14:54 -04:00
Adam Wathan
802cfb0525
Remove dead code
2016-09-28 17:10:49 -04:00
Adam Wathan
b4af363a29
Update to Caddy 0.9.3
2016-09-28 16:58:13 -04:00
Adam Wathan
41a3d6c18a
Explain this disgusting grue
2016-09-28 16:58:13 -04:00
Adam Wathan
22528cebaa
Don't even set the INI setting because it doesn't work in 5.6, do this dumb hack instead.
2016-09-28 16:58:13 -04:00
Adam Wathan
3facbef790
Disable default_mimetype with ini_set instead of via config file
2016-09-28 16:58:13 -04:00
Adam Wathan
1c29674d7b
Use a separate .ini file instead of editing the main php.ini file
2016-09-28 16:58:13 -04:00
Adam Wathan
60a8f78346
Use custom Caddy build until new version is tagged
2016-09-28 16:58:13 -04:00
Adam Wathan
a78921afc0
Add test coverage for php.ini changes on install
2016-09-28 16:58:13 -04:00
Adam Wathan
73a205aa81
Serve static files through Caddy instead of PHP
2016-09-28 16:58:13 -04:00
Adam Wathan
7176c54c31
Merge pull request #126 from Gounlaf/xip.io
...
Support xip.io feature
2016-09-28 15:49:45 -04:00
Adam Wathan
fd51a0fbe7
Merge pull request #174 from grusch-it/fix-bad-gateway-after-reboot
...
Fix 502 bad gateway after reboot
2016-09-28 07:47:52 -04:00
Michael Gruschwitz
15accc5175
Update tests
2016-09-28 11:44:05 +02:00
Michael Gruschwitz
898ed571bc
Fix php-fpm socket location in caddy stubs
2016-09-28 11:43:52 +02:00
Michael Gruschwitz
b3ff443567
Update caddy stubs
2016-09-28 10:56:30 +02:00
Michael Gruschwitz
5da6c5a095
Move php-fpm socket
...
Subdirectories in /var/run are deleted on reboot. That causes php-fpm to fail after reboot, because the socket in /var/run/valet can't be created, since the subdirecotry does not exist. The php-fpm socket should be moved directly to /var/run.
2016-09-28 10:56:21 +02:00
Adam Wathan
e30dec5d5b
Visibility keywords!! Gross.
2016-09-24 18:41:47 -04:00
Adam Wathan
353f24cea8
Set SERVER_NAME variable for WordPress driver
...
Closes #138
2016-09-24 15:39:32 -04:00
Levis Florian
11b2a7205f
Fix changes according to @adamwathan request
...
* Remove `ends_with` method to avoid possible conflict defined methods
* Hardcode `ends_with` behavior in `support_xip_io` method
* Rename `support_xip_io`to `valet_support_xip_io`
2016-09-24 20:34:56 +02:00
Levis Florian
273cc89502
Fix changes according to @adamwathan request
...
@adamwathan says: We need the HTTP_HOST to stay as the full URL including xip.io otherwise redirects generated by your application will break, because they need to include xip.io in the redirect, but they won't if the HTTP_HOST has been overridden.
2016-09-24 20:02:56 +02:00
Adam Wathan
a35c259200
Merge pull request #133 from vinkla/patch-2
...
Update Taylors email
2016-09-24 10:53:14 -04:00
Adam Wathan
01dce7cc24
Merge pull request #160 from KorvinSzanto/feature/travis_cache
...
Add composer cache to travis config
2016-09-24 10:47:03 -04:00
Adam Wathan
56ccaa7bc0
Merge pull request #172 from laravel/static-through-php
...
Get branches sorted out
2016-09-24 10:41:03 -04:00
Adam Wathan
028d2d5208
Fix conflicts
2016-09-24 10:35:22 -04:00
Adam Wathan
5e365f4bfb
Add test coverage for setting FPM socket
2016-09-24 10:25:42 -04:00