Created
October 10, 2015 15:44
-
-
Save webarthur/73b3b71bb40af4e349f6 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
# download installer | |
composer global require "laravel/installer=~1.1" | |
#setting up path | |
export PATH="~/.composer/vendor/bin:$PATH" | |
# change dir where to install | |
cd /var/www/html/ | |
# download and installing | |
laravel new laravelnew | |
# giving permission | |
chmod -R 777 laravelnew |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment