You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after composer global require weprovide/valet-plus:3.x-dev command valet-plus intall command not working.
you need to make sure that ~/.composer/vendor/bin directory is in your system's PATH, you can check this by running: echo $PATH
If you can't see it there, then you need to add this to your ~/.bash_profile: export PATH=$PATH:~/.composer/vendor/bin
than valet-plus install
The text was updated successfully, but these errors were encountered:
after
composer global require weprovide/valet-plus:3.x-dev
command valet-plus intall command not working.you need to make sure that
~/.composer/vendor/bin
directory is in your system's PATH, you can check this by running:echo $PATH
If you can't see it there, then you need to add this to your
~/.bash_profile
:export PATH=$PATH:~/.composer/vendor/bin
than
valet-plus install
The text was updated successfully, but these errors were encountered: