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

940 Commits

Author SHA1 Message Date
René de Kat
8fc59dd748 Added option to pass custom parameters to ngrok
This makes it possible to add custom parameters to ngrok. For example:
--region=eu
-subdomain=YOUR_SUBDOMAIN

Some features, like -subdomain, are only available with the paid version of Ngrok.
2016-08-14 09:53:13 +01:00
Adam Wathan
e8902cc5ed Merge pull request #108 from drbyte/park-param
Allow path parameter for valet park and forget
2016-08-11 20:33:42 -04:00
Adam Wathan
1fa0ecc397 Merge pull request #111 from jconroy/update-version
Update version to match release
2016-08-11 20:31:54 -04:00
Jason Conroy
b175fe2890 Update version to match release 2016-08-12 10:28:23 +10:00
Chris Brown
e88731b17c Add missing descriptions 2016-08-11 00:42:12 -03:00
Chris Brown
7e34426e4a Allow path parameter for valet park and forget
Fixes #107
2016-08-11 00:20:23 -03:00
Adam Wathan
506fd3c6b7 Move Drupal driver v1.1.17 2016-08-08 16:43:00 -04:00
Adam Wathan
92ec56e63a Fix bash error, update version v1.1.16 2016-08-08 15:26:02 -04:00
Adam Wathan
13cf1a85e1 Remove Composer-less functionality from master branch v1.1.15 2016-08-08 15:07:48 -04:00
Adam Wathan
47247ea26f Update version v1.1.14 2016-08-08 14:53:02 -04:00
Adam Wathan
7e9e028113 Merge pull request #100 from drbyte/php71
Add basic changes to allow php71
2016-07-28 13:16:39 -04:00
Chris Brown
77cd98f4cc Add basic changes to alllow php71 2016-07-28 12:36:15 -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
Thiery Laverdure
60dc951513 Redirect wp-admin to wp-admin/ (#96)
When attempting to access `wp-admin` unauthenticated, WordPress redirects to `wp-admin` instead of `wp-admin/` which causes issues with all the links in the admin until you add the trailing slash.
2016-07-15 10:44:49 -05:00
Florian Schwaiger
d9adae9d37 Set DOCUMENT_ROOT when serving index.php files. 2016-07-05 21:41:35 +02:00
Philipp Bräutigam
68ff17aa59 Added valet support for Symfony < 3.0 (#87)
* Added valet support for Symfony < 3.0

* Updated condition for Symfony applications
2016-06-27 09:34:36 -05:00
Vitaliy Ryepnoy
d2f7d57fec fix for the empty $name issue (#94)
fix for the empty $name issue, e.g.    
The [] symbolic link has been removed.
2016-06-27 09:33:33 -05:00
Adam Wathan
2feef6b321 Merge pull request #93 from sailorsteve/static-file
Convert static file path extension to lowercase
2016-06-25 17:57:40 -04:00
Jan Willem Kaper
bd024deebc onfigurationTest updated with test_log_directory_is_created_with_log_files_if_it_doesnt_exist() functions (second attempt) 2016-06-18 23:10:35 +02:00
Jan Willem Kaper
1d60c03214 Revert "ConfigurationTest updated with test_log_directory_is_created_with_log_files_if_it_doesnt_exist() function"
This reverts commit 215eec574e.
2016-06-18 23:09:19 +02:00
Jan Willem Kaper
215eec574e ConfigurationTest updated with test_log_directory_is_created_with_log_files_if_it_doesnt_exist() function 2016-06-18 23:06:49 +02:00
Steve Waag
b0cd7cf373 Convert static file path extension to lowercase 2016-06-17 21:05:48 -07: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
Adam Wathan
d4e71e51db Merge pull request #86 from nateritter/helper-tap-method-conflict-fix
Helper tap method conflict fix
2016-06-14 17:14:41 -04:00
Adam Wathan
69063572bd Merge pull request #89 from jerguslejko/master
Update version
2016-06-14 17:13:30 -04:00
Jerguš Lejko
a291859926 update version 2016-06-11 23:51:36 +02:00
Adam Wathan
b64bad501b Merge pull request #88 from lifesign/hotfix-first-domain-setting
fix scan certificates directory error when first change domain
v1.1.13
2016-06-11 17:38:41 -04:00
Gao Feng
cd1c1c9fd4 fix scan certificates directory error when first change domain 2016-06-10 17:59:58 +08:00
Nate Ritter
e43f9a2eb9 Adding a function_exists conditional around the tap method to reduce conflict with the illuminate/support library 2016-06-09 01:17:17 -07:00
Nate Ritter
65b93aa013 Revert "Reducing conflicts with other libraries like illuminate/support by wrapping the tap method in a function_exists conditional."
This reverts commit 8d74945391.
2016-06-09 01:15:22 -07:00
Nate Ritter
8d74945391 Reducing conflicts with other libraries like illuminate/support by wrapping the tap method in a function_exists conditional. 2016-06-09 01:14:29 -07:00
Jan Pingel
3f2ed290c2 Populate SERVER_ADDR to avoid undefined index notices in WordPress (#77) 2016-06-01 09:59:30 -05:00
Lucas Michot
2497122810 Use strict comparisons (#74) 2016-05-27 10:36:50 -05:00
Lucas Michot
05b870b484 Use assertFileExists and assertFileNotExists (#75) 2016-05-27 10:36:40 -05:00
Lucas Michot
b08c76e007 Remove useless imports (#76) 2016-05-27 10:36:32 -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
Till Krüss
bd70e15d00 Detect WordPress by configuration file (#65)
WordPress supports being placed in [it's own directory](https://codex.wordpress.org/Giving_WordPress_Its_Own_Directory), but in both setups the `wp-config.php` file will be in the root directory.
2016-05-19 10:38:50 -05:00
Lucas Michot
664edb8884 Add some dotfiles (#73) 2016-05-19 10:37:55 -05:00
Taylor Otwell
6e40e195ca Fix tests. 2016-05-17 19:43:24 -07:00
Taylor Otwell
24039873f2 Fix brew installations. v1.1.12 2016-05-17 19:38:53 -07:00
Adam Wathan
3522e0ee3b Merge pull request #68 from ricomonster/master
fixed wrong spelling for the word "working" under the "which" command
2016-05-15 08:11:18 -04:00
Rico Maglayon
9008c5f7df fixed wrong spelling for the word "working" under the "which" command 2016-05-15 16:01:00 +08:00
Taylor Otwell
8182caa3d0 version v1.1.11 2016-05-13 12:39:50 -05:00
Taylor Otwell
06166cfae7 fix sites directory 2016-05-13 12:39:40 -05:00
Taylor Otwell
2ea59d73d3 version v1.1.10 2016-05-13 12:37:40 -05:00
Taylor Otwell
9a1ad4e002 create sites directory 2016-05-13 12:37:24 -05:00
Taylor Otwell
49c879c358 version v1.1.9 2016-05-13 10:40:11 -05:00
Taylor Otwell
16859b88aa add secure and unsecure 2016-05-13 10:22:41 -05:00
Taylor Otwell
20eb5c939a desc 2016-05-12 21:27:28 -05:00
Taylor Otwell
d7c6152f9e shorten method 2016-05-12 21:26:13 -05:00