Releases: yCodeTech/valet-windows
Release list
Laravel Valet Windows 3 [v3.1.6.1]
Laravel Valet Windows 3 [v3.1.6]
Added
- Added emergency batch script to stop and uninstall services if errors occur when running
composer global updatewithout uninstalling valet first.
Fixed
- Fixed
php:whichcommand to obtain the linked sites and merge with the parked sites array. Previously, it was only getting the parked sites, so not all sites were obtained and queried.
Full Changelog: v3.1.5...v3.1.6
Laravel Valet Windows 3 [v3.1.5]
What's Changed
- Fix: PHP 8.4 implicit nullable deprecation notice by @jeremiahsherrill in #17
New Contributors
- @jeremiahsherrill made their first contribution in #17
Full Changelog: v3.1.4...v3.1.5
Laravel Valet Windows 3 [v3.1.4]
Laravel Valet Windows 3 [v3.1.3]
It is now possible to install and use Valet if there's a space in the user directory name.
What's Changed
- Fix: Valet Install - Ansicon fails due to space in directory name by @shahriarrahat in #12
- Lots of fixes for errors when there is a space in the directory name.
- Lots of fixes for the
diagnosecommand on the back of the spaces in the directory name.
New Contributors
- @shahriarrahat made their first contribution in #12
Full Changelog: v3.1.2...v3.1.3
Laravel Valet Windows 3 [v3.1.2]
What's Changed
-
Fixed #11 bug that prevented valet to be installed because it couldn't find the PHP executable when there is a space in the path like
C:/Program Files/php/. -
Fixed
diagnosecommand to always be available whether installed or not. The command was unavailable if valet wasn't installed, and could never be installed because of the PHP bug above.
For the complete details please read the Changelog.
Laravel Valet Windows 3 [v3.1.1]
What's Changed
- Update compatible requirements for Laravel installer v5.6 by @onecentlin in #10
- Aesthetic only - Added the logo as an ASCII art to the namespace command
valet; and thevalet listcommand.
NOTE: Forgot to bump the version internally. The CLI will still report it as 3.1.0, until the next release.
New Contributors
- @onecentlin made their first contribution in #10
Full Changelog: v3.1.0...v3.1.1
Laravel Valet Windows 3 [v3.1.0]
What's Changed
- Update dependencies for Laravel installer by @hemant-kr-meena in #8
- Deprecated the
installconfirmation question of the outdated cretueusebiu package. - Added new
paritycommand to get a calculation of the percentage of parity completion against Laravel Valet for macOS. - Fixed #6 PHP 8+ deprecation notice for required parameters declared after optional parameters.
For the complete details please read the Changelog.
Laravel Valet Windows 3 [v3.0.0]
The first official release of Laravel Valet Windows 3!
This has lots of updates and features that wasn't previously available in cretueusebiu/valet-windows. Most notable:
- Added multi-PHP support, with the ability to easily change PHP versions, and per-site PHP version isolation (feature PR by @iamroi in cretueusebiu#195).
- Enables the use of the previously disabled
usecommand, to switch the default PHP version used by Valet. - Adds new commands
php:add,php:remove,php:install,php:uninstall,php:list,xdebug:install,xdebug:uninstall.
- Enables the use of the previously disabled
- Added PHP version to the
linkscommand output (Patch 1 PR by @damsfx in iamroi#1). - Added PHP version to the
parkedcommand output, improvements to the Patch 1 above and a new commandphp:which(Patch 2 by @yCodeTech in #1). - Added Valet Root CA generation and sign TLS certificates with the CA (PR by @shawkuro in cretueusebiu#179).
- Added new command
sudothat is the equivalent to the macOS command. - Fixed #3 where upon a fresh installation of Valet with no config.json, it would try to read the config even if it's not yet created and spits out an "Failed to open stream: No such file" error. Fixed by adding a check to see if the file exists in the
readfunction of theConfigurationclass (fix PR by @hemant-kr-meena in #4). - Lots of removal of deprecated code and files.
- Lots of refactoring and formatting.
- Massive overhaul of the Xdebug installation behaviour: no longer auto installs, and a flag must be present in the command to install it.
- Massive overhaul of
diagnosecommand. - Improved UX by adding a progress bar UI to certain commands with long wait times.
- Lots of bug fixes, and other changes.
For the complete details please read the Changelog.
Command Parity
Laravel Valet Windows 3 hopes to achieve as much parity as possible with the original macOS version, and as such, you can view the command parity checker. As of this release, we are at 87% out of a total 92% possible parity (out of a total 39 commands, 36 are possible for parity, with 34 complete).