Skip to content

Instantly share code, notes, and snippets.

@cinco
Created August 6, 2015 05:47
Show Gist options
  • Save cinco/b00a720fef2dd9fd27f4 to your computer and use it in GitHub Desktop.
Save cinco/b00a720fef2dd9fd27f4 to your computer and use it in GitHub Desktop.
instalando composer e laravel

h4. instalando composer globalmente

curl -sS https://getcomposer.org/installer | php
sudo mv composer.phar /usr/local/bin/composer

h4. instala laravel globalmente

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