Skip to content

Instantly share code, notes, and snippets.

@edueo
Last active August 29, 2015 14:10
Show Gist options
  • Save edueo/0fef53ed01ed456e9799 to your computer and use it in GitHub Desktop.
Save edueo/0fef53ed01ed456e9799 to your computer and use it in GitHub Desktop.
Laravel Installer
composer global require "laravel/installer=~1.1"

In /.bashrc add export PATH="$PATH:/.composer/vendor/bin"

source .bashrc

laravel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment