A tool for use PHP and Composer seamlessly between "normal" sites and "isolated" ones. #1425
Frulko
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When we use
valet isolate [email protected]
for exemple we can't use anymore the classicsphp
andcomposer
utility like that inside the terminal.We need to prefix each command by
valet
as explain in the documentation per-site-php-versions like :The idea
I bring to you a prototype of a better and seamless way to use
php
andcomposer
even if you are inside an "isolated" site.The process
valetproxy.php
inside your computerThe file
valetproxy
Now you can use
php
andcomposer
like before even if you are inside an isolated project you will have a message right before the result of your command.[Valet] You are in isolated environnement : [email protected]
Let me know if the little tool help you, I made it for me and my team but If it can help someone it's cool.
Have a good day !
Beta Was this translation helpful? Give feedback.
All reactions