Skip to content

Laravel Valet Windows 3 [v3.1.7]

Choose a tag to compare

@yCodeTech yCodeTech released this 22 Mar 02:06
· 168 commits to master since this release

Fixed

  • Fixed Ngrok::hasAuthToken method to explicitly check for an authtoken property within the ngrok config file, when the config file already exists.
  • Fixed Ngrok::run method to check if the command proxying to ngrok executable is the update or config upgrade command, if it is then append the ngrok config flag to it.

Changed

  • Refactored Ngrok::getNgrokConfig method to optionally return only the path of the config file (without the leading --config cli flag).
  • Changed Ngrok::start method to output a message if ngrok errors that the executable is "too old" for the account, and output all other ngrok errors too.
  • Version bumped mnapoli/silly dependency.

Removed

  • Removed the functionality of starting a new CMD window in Ngrok::start.
  • Removed the --debug flag from the share command. (Not a breaking change).

Added

  • Added new CommandLine::shellExec method to execute the command in the terminal, and also be able to return the output as a string to the calling method.
  • Added symfony/yaml dependency to convert contents of a .yml file to an associative array.

Full Changelog: v3.1.6.1...v3.1.7 or at Changelog