Created
March 10, 2017 07:49
-
-
Save nimeshpahadi/53282f5d64ca405e26083cde6aec6338 to your computer and use it in GitHub Desktop.
installing laravel in zsh shell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Install laravel installer | |
composer global require "laravel/installer" | |
# Edit environment config | |
nano .zshrc | |
# Then add | |
export PATH="$PATH:$HOME/.config/composer/vendor/bin" | |
# Then reload path config | |
source ~/.zshrc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment