Skip to content

Instantly share code, notes, and snippets.

@nimeshpahadi
Created March 10, 2017 07:49
Show Gist options
  • Save nimeshpahadi/53282f5d64ca405e26083cde6aec6338 to your computer and use it in GitHub Desktop.
Save nimeshpahadi/53282f5d64ca405e26083cde6aec6338 to your computer and use it in GitHub Desktop.
installing laravel in zsh shell
# 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