-
-
Save RimonEkjon/f52448c7858900e84a9b to your computer and use it in GitHub Desktop.
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