Conversation
damsfx
commented
Jun 16, 2022
|
Thanks @damsfx I'll have a look at this this weekend |
|
When specifying a site to use a specific version with EditNevermind, I've used the code added in this pr to also add the php version to the > valet parked
+-------+-----+-------------------+---------------------+-----------------+
| Site | SSL | PHP | URL | Path |
+-------+-----+-------------------+---------------------+-----------------+
| site1 | | 8.0.17 (default) | http://site1.local/ | D:\_Sites\site1 |
| site2 | | 7.4.33 (isolated) | http://site2.local/ | D:\_Sites\site2 |
| site3 | | 8.0.17 (default) | http://site3.local/ | D:\_Sites\site3 |
| site4 | | 8.0.17 (default) | http://site4.local/ | D:\_Sites\site4 |
+-------+-----+-------------------+---------------------+-----------------+Also added a new command Edit (July 2023)The aforementioned patch has since been deleted in favour of my 3.0 version of Valet, Laravel Valet Windows 3. |
|
@yCodeTech I've just discovered this post and your fork ... It's just great. 😍 |
Patch 2 - Feature: add PHP version to the command links and parked outputs and new command php:which