Laravel Valet Windows 3 [v3.1.7]
Fixed
- Fixed
Ngrok::hasAuthTokenmethod to explicitly check for anauthtokenproperty within the ngrok config file, when the config file already exists. - Fixed
Ngrok::runmethod to check if the command proxying to ngrok executable is theupdateorconfig upgradecommand, if it is then append the ngrok config flag to it.
Changed
- Refactored
Ngrok::getNgrokConfigmethod to optionally return only the path of the config file (without the leading--configcli flag). - Changed
Ngrok::startmethod 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/sillydependency.
Removed
- Removed the functionality of starting a new CMD window in
Ngrok::start. - Removed the
--debugflag from thesharecommand. (Not a breaking change).
Added
- Added new
CommandLine::shellExecmethod to execute the command in the terminal, and also be able to return the output as a string to the calling method. - Added
symfony/yamldependency to convert contents of a.ymlfile to an associative array.
Full Changelog: v3.1.6.1...v3.1.7 or at Changelog