Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

valet-plus install not working (solution) #645

Open
drascom opened this issue Mar 4, 2025 · 0 comments
Open

valet-plus install not working (solution) #645

drascom opened this issue Mar 4, 2025 · 0 comments

Comments

@drascom
Copy link

drascom commented Mar 4, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant