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

495 Commits

Author SHA1 Message Date
Adam Wathan
f98db814c6 Merge branch 'master' into master 2017-02-20 09:18:39 -05:00
Adam Wathan
01483e5d1d Merge pull request #311 from than/patch-1
Adds the ability to pass a directory to `valet open`
2017-02-20 09:15:32 -05:00
Adam Wathan
c37697645b Merge pull request #318 from aniftyco/wildcard-ssl-subdomains
[FEATURE] Add wildcard subdomains and accompanying ssl certificates.
2017-02-20 09:01:20 -05:00
Adam Wathan
366d7b7987 Merge pull request #319 from hazzardweb/master
Lock PHPUnit version
2017-02-20 08:53:26 -05:00
Josh Manders
f51959f7ec add wildcard san certs 2017-02-17 18:10:41 -06:00
Cretu Eusebiu
2ed59d15ba Lock phpunit version 2017-02-16 18:42:55 +02:00
Than Tibbetts
952b20cfd6 Add ability to pass directory to valet open
Occasionally I find myself in my projects directory and my reflex has been to type `valet open $dirname` to open a site in the browser.

This PR adds that ability. Saves a few keystrokes when you would have to cd into a directory to `valet open` it.
2017-02-02 13:47:48 -06:00
Adam Wathan
e832fc73cc Fix test 2017-01-21 13:51:57 -05:00
Adam Wathan
3027a0dbba Explicitly stop and start brew services instead of restart
This solves a mysterious issue that may or may not be specific to my
machine and it makes me very sad.
2017-01-21 12:00:05 -05:00
Pierre-Luc Brunet
94112bf660 Corrected left over "nginx" string left for stop command 2017-01-12 13:54:09 -05:00
Pierre-Luc Brunet
fa0456ea8f Uses the correct service name if nginx-full is installed instead of nginx 2017-01-04 14:45:44 -05:00
Pierre-Luc Brunet
976561a2bf Fix for issue #250 - brew package nginx-full not properly recognized as a valid nginx installation 2017-01-04 14:27:18 -05:00
Taylor Otwell
3f9bce7744 Update readme.md 2016-12-28 08:40:49 -06:00
Taylor Otwell
16daad963d Update readme.md 2016-12-28 08:26:00 -06:00
Adam Wathan
41076629b3 Merge pull request #280 from drbyte/up-minimum-php-to-56
Update minimum PHP requirement to 5.6
2016-12-27 18:27:38 -05:00
Chris Brown
e208ca2340 Update minimum PHP requirement to 5.6
... because it's not actually compatible with 5.5 anymore - Ref: https://github.com/laravel/valet/issues/279
2016-12-27 15:58:16 -05:00
Taylor Otwell
42e5fc325b version v2.0.3 2016-12-14 14:58:06 -06:00
Taylor Otwell
42834e2247 use local valet driver as name 2016-12-14 14:57:46 -06:00
Taylor Otwell
26d39ae3ab Merge branch 'master' of https://github.com/jasonvarga/valet into jasonvarga-master 2016-12-14 14:57:00 -06:00
Daniel Polito
5a25224e11 Upgrading PHP to 7.1 (#227) 2016-12-14 14:14:33 -06:00
M. Mikkel Rummelhoff
9c8f5de52a Fixes issue #244, where the Craft CMS admin panel is inaccessible (#252) 2016-12-14 14:12:19 -06:00
Jürgen van Dijk
3704eb659c Add client_max_body_size to config (#253)
This will prevent `Request Entity Too Large` errors when uploading files.
2016-12-14 14:11:46 -06:00
Mark van Eijk
5b5f1af996 Fix for query string in PHP (#259)
When retrieving the query string in your app, it's twice the value it should be.

For example I have a request like "/overview?page=1" when I use request()->server('QUERY_STRING') I get "page=1&page=1" instead of "page=1".

Removing the ?$querystring for the Nginx config in the rewrite directive fixes this.
2016-12-14 14:11:27 -06:00
Adam Wathan
c5c3ca7460 Merge pull request #249 from miclf/patch-1
Fix typo in docblock
2016-12-13 10:32:10 -05:00
Adam Wathan
48f1648a4b Update version string 2016-12-13 08:24:48 -05:00
Adam Wathan
c95d923654 Also look for wp-config-sample when detecting WP 2016-12-13 08:21:43 -05:00
Adam Wathan
6727e43288 Use UUID for static asset path instead of "static" 2016-12-12 15:46:09 -05:00
Michaël Lecerf
d325eeca16 Fix typo in docblock 2016-12-11 22:50:30 +01:00
Adam Wathan
6376bfca82 Set correct SCRIPT_FILENAME for HTTPS configurations 2016-12-09 14:09:16 -05:00
Taylor Otwell
9141d13c1b Merge branch 'master' of github.com:laravel/valet v2.0.1 2016-12-09 09:20:52 -06:00
Taylor Otwell
5921c7d238 version 2016-12-09 09:20:44 -06:00
Taylor Otwell
a501ebcd5b fix broken change 2016-12-09 09:20:28 -06:00
Taylor Otwell
bfcaf6adb6 Update readme.md 2016-12-08 17:10:03 -06:00
Taylor Otwell
3f7edb2ff1 Update readme.md 2016-12-08 17:09:30 -06:00
Taylor Otwell
7afcfd8490 Update readme.md 2016-12-08 16:47:40 -06:00
Taylor Otwell
502834d457 version v2.0.0 2016-12-08 16:36:56 -06:00
Taylor Otwell
3c3e474d0f Merge branch 'master' into nginx 2016-12-08 16:25:31 -06:00
Korvin Szanto
5134ce20c6 Add a concrete5 driver that provides the environment (#158)
* Add a concrete5 driver that provides the environment

* Use better directory for detection and allow for accessing separate php files
2016-12-08 16:19:00 -06:00
Daniel Polito
9a4138f6ca Show proper Travis badge (#228) 2016-12-08 16:18:25 -06:00
M. Mikkel Rummelhoff
10b7e64d89 Adds multi-locale support to the Craft CMS driver (#229) 2016-12-08 16:18:12 -06:00
Will Vincent
bf988de4b6 Update ngrok to version 2.1.18 (#207) 2016-12-08 16:14:42 -06:00
Caleb Porzio
bb19f85748 Fix potential resolve() helper function conflict (#218) 2016-12-08 16:14:32 -06:00
Adam Wathan
fecfa84c4e Fix test to run under Linux CI 2016-12-08 08:45:12 -05:00
Adam Wathan
4e8d22e616 Use assertContains instead of assertTrue + strpos 2016-12-08 08:39:49 -05:00
Adam Wathan
3ea1b6a955 Update version string 2016-12-08 08:39:32 -05:00
Adam Wathan
3d0e099755 Remove grim array type hints 2016-12-08 08:32:55 -05:00
Taylor Otwell
752f214ebb fix another test 2016-12-08 08:32:55 -05:00
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