Skip to content

Releases: yCodeTech/valet-windows

Laravel Valet Windows 3 [v3.1.6.1]

Choose a tag to compare

@yCodeTech yCodeTech released this 11 Mar 02:04

Fixed

  • Fixed version as Valet CLI was still displaying as v3.1.5

Full Changelog: v3.1.6...v3.1.6.1

Laravel Valet Windows 3 [v3.1.6]

Choose a tag to compare

@yCodeTech yCodeTech released this 06 Mar 01:18

Added

  • Added emergency batch script to stop and uninstall services if errors occur when running composer global update without uninstalling valet first.

Fixed

  • Fixed php:which command 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]

Choose a tag to compare

@yCodeTech yCodeTech released this 03 Mar 22:33

What's Changed

New Contributors

Full Changelog: v3.1.4...v3.1.5

Laravel Valet Windows 3 [v3.1.4]

Choose a tag to compare

@yCodeTech yCodeTech released this 06 Aug 02:52

What's Changed

  • Changed AcrylicDNS binding address to localhost loopback address by @jerrens in #15

New Contributors

Full Changelog: v3.1.3...v3.1.4

Laravel Valet Windows 3 [v3.1.3]

Choose a tag to compare

@yCodeTech yCodeTech released this 23 May 07:10

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 diagnose command on the back of the spaces in the directory name.

New Contributors

Full Changelog: v3.1.2...v3.1.3

Laravel Valet Windows 3 [v3.1.2]

Choose a tag to compare

@yCodeTech yCodeTech released this 17 May 15:07

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 diagnose command 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]

Choose a tag to compare

@yCodeTech yCodeTech released this 25 Mar 06:31

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 the valet list command.

NOTE: Forgot to bump the version internally. The CLI will still report it as 3.1.0, until the next release.

New Contributors

Full Changelog: v3.1.0...v3.1.1

Laravel Valet Windows 3 [v3.1.0]

Choose a tag to compare

@yCodeTech yCodeTech released this 28 Feb 07:13

What's Changed

  • Update dependencies for Laravel installer by @hemant-kr-meena in #8
  • Deprecated the install confirmation question of the outdated cretueusebiu package.
  • Added new parity command 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]

Choose a tag to compare

@yCodeTech yCodeTech released this 21 Sep 01:27

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 use command, 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.
  • Added PHP version to the links command output (Patch 1 PR by @damsfx in iamroi#1).
  • Added PHP version to the parked command output, improvements to the Patch 1 above and a new command php: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 sudo that 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 read function of the Configuration class (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 diagnose command.
  • 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).