Skip to content

Instantly share code, notes, and snippets.

@marvinhosea
Created December 11, 2018 07:03
Show Gist options
  • Select an option

  • Save marvinhosea/773829aaa83f0c22d3cf9881c8a167d0 to your computer and use it in GitHub Desktop.

Select an option

Save marvinhosea/773829aaa83f0c22d3cf9881c8a167d0 to your computer and use it in GitHub Desktop.
//Run the installer command on terminal
composer global require laravel/installer
//Add composer bin to path so that it can be available in your system.
echo 'export PATH="$PATH:$HOME/.config/composer/vendor/bin"' >> ~/.bashrc
//Reload your bash
. ~/.bashrc or source ~/.bashrc // they are the same thing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment