Skip to content

Instantly share code, notes, and snippets.

@Pushplaybang
Last active December 29, 2015 16:29
Show Gist options
  • Save Pushplaybang/7697811 to your computer and use it in GitHub Desktop.
Save Pushplaybang/7697811 to your computer and use it in GitHub Desktop.
run these in the terminal in the project folder to install composer and laravel
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