Last active
December 29, 2015 16:29
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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