Skip to content

Instantly share code, notes, and snippets.

@RimonEkjon
Forked from Pushplaybang/getcomposer-and-laravel
Created August 26, 2014 04:52
Show Gist options
  • Save RimonEkjon/f52448c7858900e84a9b to your computer and use it in GitHub Desktop.
Save RimonEkjon/f52448c7858900e84a9b to your computer and use it in GitHub Desktop.
curl -sS getcomposer.org/installer | php -d detect_unicode=Off
composer create-project laravel/laravel THE_PROJ_DIRECOTRY_NAME_YOU_WANT --prefer-dist
or using the new phar, copy it into usr/local/bin
run :
$ chmod +x /usr/local/bin/laravel
and then laravel new PROJECT_NAME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment