Skip to content

Instantly share code, notes, and snippets.

@Jatapiaro
Last active October 30, 2018 12:14
Show Gist options
  • Save Jatapiaro/443ccff9de401008d29e937cfbf1df1b to your computer and use it in GitHub Desktop.
Save Jatapiaro/443ccff9de401008d29e937cfbf1df1b to your computer and use it in GitHub Desktop.
Install laravel

Install composer

Simply go: https://getcomposer.org/download/

Once that command is ready, just run:

mv composer.phar /usr/local/bin/composer

Install Laravel

composer global require "laravel/installer"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment