Created
December 11, 2018 07:03
-
-
Save marvinhosea/773829aaa83f0c22d3cf9881c8a167d0 to your computer and use it in GitHub Desktop.
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
| //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