Skip to content

Releases: cpriego/valet-linux

v2.3.10

14 Feb 10:33
321e261
Compare
Choose a tag to compare
Update valet.php

v2.3.9: Merge pull request #430 from askdkc/fix-arch

14 Feb 10:31
1256bfc
Compare
Choose a tag to compare

v2.3.8: Merge pull request #423 from sohailahmad07/fixDomainException

01 Dec 14:28
986fba8
Compare
Choose a tag to compare
if version is null the get the php fpm version first which fix the do…

v2.3.7

09 Aug 07:22
2bb9629
Compare
Choose a tag to compare
Update valet.php

v2.3.6

09 Aug 07:04
3d71973
Compare
Choose a tag to compare
Update valet.php

v2.3.5

06 Jul 07:25
9c09fbd
Compare
Choose a tag to compare
Update valet.php (Version)

v2.3.4

17 Apr 09:23
a8d22a4
Compare
Choose a tag to compare
Bump version

v2.3.2

13 Feb 09:58
e864a84
Compare
Choose a tag to compare

Fixes package name error

v2.3.1

30 Jan 14:12
50a0325
Compare
Choose a tag to compare
Update valet

New isolate feature

06 Dec 11:59
Compare
Choose a tag to compare

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.