Releases: cpriego/valet-linux
Releases · cpriego/valet-linux
v2.3.10
v2.3.9: Merge pull request #430 from askdkc/fix-arch
Fix For Arch Linux
v2.3.8: Merge pull request #423 from sohailahmad07/fixDomainException
if version is null the get the php fpm version first which fix the do…
v2.3.7
v2.3.6
v2.3.5
v2.3.4
v2.3.2
v2.3.1
New isolate feature
This update introduces the new ISOLATE feature coming from Laravel Valet 3.
To use it, just type valet isolate [version]
inside a valet configured folder !
if the version's php-fpm is not yet installed, it will be installed automatically (tested on ubuntu).
to revert to default version, use valet unisolate
.
PS : at the moment, valet isolate
and valet secure
are not compatible. If you run secure
after isolate
, only the secure option is applied.