Dries Vints
57d43bb289
Update app.php
v4.1.1
2023-05-16 17:41:40 +02:00
Matt Stauffer
9ce0ca97b2
Ensure base configuration is correct even if file already exists
2023-05-16 08:23:41 -04:00
Matt Stauffer
55ceb3a7ad
Load specific drivers before custom drivers to allow for extension.
...
Co-Authored-By: Chris Brown <code@drbyte.dev >
2023-05-15 12:26:47 -04:00
mattstauffer
a4145d77b5
Fix code styling
2023-05-12 02:23:35 +00:00
Matt Stauffer
228b6eb503
Merge pull request #1411 from drbyte/install-via-alt-tap
...
Install older PHP versions via alternate tap
2023-05-11 22:23:02 -04:00
driesvints
a6f0c643db
Update CHANGELOG
2023-05-09 15:54:07 +00:00
Dries Vints
0d3d537f50
Update app.php
v4.1.0
2023-05-09 17:53:19 +02:00
Chris Brown
615d61dc8e
Install older PHP versions via alternate tap
...
Fixes #1407
Homebrew's support policy now aggressively disables older versions earlier than it did previously.
That is why we tap the `shivammathur/php` repository.
But since Homebrew also now "keeps" those old formulae but marks them as disabled, when Valet runs `brew install php@7.4` it fails because Homebrew just aborts due to its flags in the outdated formula.
(They mark it as "disabled" and/or "keg_only :versioned_formula", but don't actually delete the formula from their repository.)
To override that we must use `brew install shivammathur/php/php@7.4` internally.
Therefore, we need to maintain a list of which PHP Versions we wish to specifically prefix with the `shivammathur/php` tap in order to bypass Homebrew's flags.
**ANNUAL MAINTENANCE**
1. This PR adds the array of `LIMITED_PHP_VERSIONS` which we will have to update annually when new PHP versions are retired as others are released.
2. We should also annually update the `LATEST_PHP_VERSION` string.
2023-05-05 22:17:42 -04:00
Matt Stauffer
1d6a55b227
Merge branch 'master' of github.com:laravel/valet
2023-05-05 15:05:52 -04:00
Matt Stauffer
0f95b03145
Fix Radicle code style with Pint
2023-05-05 15:05:48 -04:00
mattstauffer
58e3785f8e
Fix code styling
2023-05-05 19:05:18 +00:00
Matt Stauffer
2c3125bed8
Merge pull request #1413 from csorrentino/radicle-driver
...
Add driver for Radicle
2023-05-05 15:04:44 -04:00
Chris Sorrentino
5e69eab56c
fix namespacing
2023-05-03 11:29:04 -04:00
Chris Sorrentino
b64f686758
Add driver for Radicle
2023-05-03 10:56:02 -04:00
Dries Vints
9c974cd391
Create RELEASE.md
2023-04-27 09:45:38 +02:00
driesvints
a2b4fef751
Update CHANGELOG
2023-04-26 15:41:45 +00:00
Dries Vints
97411ee1d0
Update app.php
v4.0.2
2023-04-26 17:40:58 +02:00
Matt Stauffer
6fe3f57275
Fix merge issue
2023-04-26 09:37:10 -04:00
Matt Stauffer
2497181106
Change flow
2023-04-26 09:36:37 -04:00
mattstauffer
bfbdb075eb
Fix code styling
2023-04-26 13:35:44 +00:00
Matt Stauffer
dae5773551
Merge pull request #1398 from mischabraam/hotfix/read-non-existing-config-file
...
Fix read non existing config file
2023-04-26 09:35:19 -04:00
mattstauffer
cbb571f7ac
Fix code styling
2023-04-26 13:13:37 +00:00
Matt Stauffer
b5e4228356
Merge pull request #1404 from drbyte/ngrok3-fix-for-valet4
...
[v4] Fix ngrok.io proxy/forwarding detection
2023-04-26 09:13:04 -04:00
Chris Brown
fd35343f60
[v4] Fix ngrok.io proxy/forwarding detection
...
Fixes #1384
Since Valet 4 uses Ngrok v3, this change is needed to accommodate the change ngrok made:
> In ngrok v3 the `X-Original-Host` header was replaced with the more standard `X-Forwarded-Host` to better align with web standards.
> More Info: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Forwarded-Host
Credit to @streamingsystems for doing the legwork.
Co-authored-by: streamingsystems <streamingsystems@users.noreply.github.com >
2023-04-24 21:48:04 -04:00
Dries Vints
fcfbb9829e
Update 1_Bug_report.yml
2023-04-07 10:59:07 +02:00
Dries Vints
96bc080d19
Update and rename 1_Bug_report.md to 1_Bug_report.yml
2023-04-07 10:58:22 +02:00
Mischa Braam
d1ebd43045
Fix read non existing config file
2023-04-04 13:36:08 +02:00
Dries Vints
f65774d070
Update CHANGELOG.md
2023-03-28 20:20:23 +02:00
mattstauffer
191d5c3700
Update CHANGELOG
2023-03-27 18:43:24 +00:00
Matt Stauffer
fcba8f3a58
Bump to 4.0.1
v4.0.1
2023-03-27 14:42:24 -04:00
Matt Stauffer
e46e138617
Merge pull request #1390 from ethanclevenger91/fix/1342
...
More robust check for Bedrock environments
2023-03-25 13:20:26 -04:00
Ethan Clevenger
bfad7ed836
Correct function signature. Tests pass locally.
2023-03-22 11:06:17 -07:00
Ethan Clevenger
d7a40b7be2
More robust check for Bedrock environments
2023-03-22 11:04:09 -07:00
Matt Stauffer
50a437e679
Merge pull request #1388 from fylzero/fix-local-valet-driver
...
Fixes Valet\Drivers\LocalValetDriver not found error
2023-03-21 16:39:27 -04:00
Philip Theobald
dfd4ee95f5
Fixes Valet\Drivers\LocalValetDriver not found error
2023-03-21 03:23:07 -05:00
Matt Stauffer
b8c621648d
Bring back UPGRADE.md for now
2023-03-15 14:47:50 -04:00
mattstauffer
5faf4ee5b9
Update CHANGELOG
2023-03-15 17:28:58 +00:00
Matt Stauffer
0178e483bf
Drop upgrade doc
v4.0.0
2023-03-14 18:57:16 -04:00
Matt Stauffer
d1967bbd0c
Clarify we need a Homebrew-managed version of ngrok.
...
Closes #1373
2023-02-23 09:38:27 -05:00
Matt Stauffer
866bc7e259
Skip printed warnings when parsing JSON from Homebrew
2023-02-22 23:39:56 -05:00
Matt Stauffer
79723194d7
Merge branch 'master' of github.com:laravel/valet
2023-02-22 16:54:45 -05:00
Matt Stauffer
064cfd9895
Check to make sure ngrok is configured correctly before sharing
2023-02-22 16:53:58 -05:00
mattstauffer
f6aa921bcf
Fix code styling
2023-02-22 21:14:09 +00:00
Matt Stauffer
1cf5563158
Add [y/N] to confirmation prompts
2023-02-22 16:13:40 -05:00
Matt Stauffer
4e84a79b29
Link the upgrade guide for bad custom driver error
2023-02-22 15:21:16 -05:00
Matt Stauffer
19d1aebe7e
Add Expose note to upgrade guide
2023-02-20 13:32:33 -05:00
Matt Stauffer
299c3c7cbb
Add .valetrc notes to upgrade doc
2023-02-20 09:55:44 -05:00
Matt Stauffer
938e14cd10
Merge branch 'master' of github.com:laravel/valet
2023-02-20 09:55:16 -05:00
Matt Stauffer
600817f390
Update upgrad.md for beta testers
2023-02-20 09:45:20 -05:00
Dries Vints
d7787c025e
Rename upgrade.md to UPGRADE.md
2023-02-20 09:30:40 +01:00