2.0.0
Description
Requirement
- PHP 8.2 or higher
- Other detailed requirement can be found from here
Major Changes
- Added new isolation command (valet isolate, valet isolated, valet unisolate) Read more on documentation
- Migrated valet's home directory from
~/.valet
to~/.config/valet
- Updated
valet use
command to only work with php version 8.2 & 8.3, you can still use other php versions via isolated isolate commands. - Added PHP Bash file to support isolated directories.
- Removed ngrok's binary from source code, and added install support via
valet install
command
Source code change
- Refactored entire code base
- Implemented CodeSniffer & CS Fixer
- Added Unit tests for all commands.
Full Changelog: 1.6.9...2.0.0