zsh: command not found: laravel
Edit ~/.bash_profile:
nano ~/.bash_profile
Add the following line:
export PATH="$HOME/.composer/vendor/bin:$PATH"
Close and reload ~/.bash_profile:
source ~/.bash_profile
Test, if the command works:
laravel --version
Output:
Laravel Installer 4.2.8
Categorieën
Laravel