v4.8.0 - 2024-09-03
v4.7.1 - 2024-06-25
v4.7.0 - 2024-06-18
- Trust CA Certificate only by @adrum in #1463
- Allow specifying php version to restart by @N-Silbernagel in #1469
- Update KirbyValetDriver.php by @Werbschaft in #1471
- fix: Warning: Constant VALET_* already defined in X by @NickSdot in #1485
- Add values() call to reset keys after modifying paths by @adriaanzon in #1477
- Adding support for Nette Framework. by @antonL95 in #1486
v4.6.3 - 2024-05-21
v4.6.2 - 2024-05-07
- Add quotes around $PHP by @drbyte in #1473
- Support Illuminate:11 and Symfony:7 by @drbyte in #1481
- Ignore invalid paths by @ahmedash95 in #1478
v4.6.1 - 2024-01-01
v4.6.0 - 2023-12-27
- Bandage for 502 errors using Gettext/PostgreSQL/MongoDB by @drbyte in #1452
- handle deprecated http2_push_preload conf for nginx >= 1.25.1 by @OpJePl44tsm4n in #1451
- Update "fetch-share-url" to pull correct URL for HTTPS tunnels, not just HTTP by @rana01645 in #1460
- added the ability to renew certs and view their expiration dates by @adrum in #1461
v4.5.0 - 2023-10-10
- Add support for proxying multiple domains at once by @RobertBoes in #1437
v4.4.1 - 2023-10-03
- Fix magento2 driver by @mischabraam in #1420
v4.4.0 - 2023-09-26
- Allow LaravelValetDriver to serve other /public/*.php files by @drbyte in #1439
- Support static caching in Statamic by @jasonvarga in #1440
- Fix link command's
--isolate
argument with custom name by @mcaskill in #1428
v4.3.0 - 2023-09-05
- Add "valet stop dnsmasq" option by @drbyte in #1422
- Drop Mailhog and Redis from default logs list, since Valet doesn't install them by @mattstauffer in #1438
v4.1.4 - 2023-08-14
Full Changelog: https://github.com/laravel/valet/compare/v4.1.3...v4.1.4
v4.1.3 - 2023-07-21
- Add quotes around $PHP by @datashaman in #1431
v4.1.2 - 2023-05-30
- Load specific drivers before custom drivers to allow for extension. by @mattstauffer in #1414
- Ensure base configuration is correct even if file already exists by @mattstauffer in #1415
v4.1.1 - 2023-05-16
- Install older PHP versions via alternate tap by @drbyte in #1411
v4.1.0 - 2023-05-09
- Add driver for Radicle by @csorrentino in #1413
v4.0.2 - 2023-04-26
- Fix ngrok.io proxy/forwarding detection by @drbyte in #1404
- Fix read non existing config file by @mischabraam in #1398
v4.0.1 - 2023-03-27
- Fixes Valet\Drivers\LocalValetDriver not found error by @fylzero in #1388
- More robust check for Bedrock environments by @ethanclevenger91 in #1390
v4.0.0 - 2023-03-14
Welcome to Valet v4! This release is mostly about re-writing the internals so they're easier to debug, fix, and modify. There are a few user-facing additions and improvements, including but not limited to: ngrok is now managed by Homebrew, .valetphprc
is replaced with a more powerful .valetrc
, you can use Expose to share, there's a new status
command to make sure all your services are running correctly, and a lot of the other existing commands work even better than ever before.
- Add Expose support by @mattstauffer in #1344 and #1349
- Add status command by @mattstauffer in #1329
- Check whether services are running as the correct user in
valet status
by @mattstauffer in #1348 - Add the ability for drivers to check Composer dependencies by @mattstauffer in #1345
- Add php isolation from link command by @joelbutcher in #1360
- Replace
.valetphprc. with
.valetrc` by @mattstauffer in #1347 - Update php and composer commands to allow passing in specific site by @mattstauffer in #1370
- Require PHP 8.0 to be installed, but support PHP 7.1+ for isolated sites (#1328 and #1346)
- Re-work how BasicValetDriver serves files in projects with and without
public/
directory by @mattstauffer in #1311 - Extract Server class and refactor loading of drivers by @mattstauffer in #1319
- Add type hints and return types by @mattstauffer in #1321
- Drop unnecessary doc blocks by @mattstauffer in #1339
- Add CLI command tests by @mattstauffer in #1332 and #1335
- Implement
valet fetch-share-url
when working with Expose by @mattstauffer in - Use Pint for Code Styling by @driesvints in #1366
- Release Version 4 by @mattstauffer in #1318, #1365
- Unsecure when unlinking by @mattstauffer in #1364
- Update phpRc reader to check cwd before checking config, if cwd specified by @mattstauffer in #1361
- Remove Valet Certificate Authority on uninstall by @mattstauffer in #1358
v3.3.2 - 2023-02-07
- Enable local network sharing by @thinkverse in #1284
v3.3.1 - 2023-01-31
- Make 127.0.0.1 SERVER_ADDR definition only if null by @mattstauffer in #1356
v3.3.0 - 2023-01-17
- Fixes permission denied check when result starts with 'Permission denied' by @matthewjohns0n in #1343
v3.2.2 - 2022-12-08
- Fix how drivers are available for extension by @mattstauffer in #1317
v3.2.1 - 2022-12-06
- Fix autoloading in distribution by @mattstauffer in https://github.com/laravel/valet/commit/35998a0f86b9d57b5766f2663a41a2c99af3d579
v3.2.0 - 2022-12-06
- When formatting provided site name, only remove .tld if it's at the end by @ErikDohmen in #1297
- Set files path as a static path for concrete5 driver by @KorvinSzanto in #514
- Allow users to provide custom stub files by @jjpmann in #1238
- Disable brew auto cleanup on installation, to avoid upgrade errors failing install by @JoshuaBehrens in #995
- Move all drivers to PSR autoload, and write tests for drivers by @mattstauffer in #1310
- Retain secure proxies by @ashleyshenton in #1305
- Prevent 502 errors when using AJAX by @mattkingshott in #1079
v3.1.13 - 2022-11-15
- Fix bedrockvaletdriver by @EHLOVader in #1289
v3.1.12 - 2022-10-25
- Valet fetch-share-url issue fix by @NasirNobin in #1285
- Add description to
secured
command by @EvanGoss in #1288
v3.1.11 - 2022-09-08
- Update version by @driesvints in https://github.com/laravel/valet/commit/6f1e4d421bfa7a206133e971a186de708c963adf