We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have installed magested in OSX Capitan but i when run magestead new project Shows an error.
zsh: command not found: magestead
in ~/.composer/vendor show this
~/.composer/vendor
autoload.php composer guzzlehttp laravel phpspec psr sebastian webmozart bin doctrine jolicode phpdocumentor phpunit richdynamix symfony
Thanks so much!!
The text was updated successfully, but these errors were encountered:
Hi Manuel, is Composer running globally on your system? On OS X:
Edit your bash profile on the terminal: vi ~/.bash_profile
vi ~/.bash_profile
Add this:
export PATH=~/.composer/vendor/bin:$PATH
Let me know if you get Magestead running i'm still having issues see here: #87
Sorry, something went wrong.
Hi, @ramsaybell, thanks for your answer, it's already working.
@mvillagordo Ahh OK, I couldn't get Magestead working so I've built my development environments using Docker.
No branches or pull requests
I have installed magested in OSX Capitan but i when run magestead new project
Shows an error.
zsh: command not found: magestead
in
~/.composer/vendor
show thisautoload.php composer guzzlehttp laravel phpspec psr sebastian webmozart
bin doctrine jolicode phpdocumentor phpunit richdynamix symfony
Thanks so much!!
The text was updated successfully, but these errors were encountered: