Skip to content

Instantly share code, notes, and snippets.

@webarthur
Created October 10, 2015 15:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save webarthur/73b3b71bb40af4e349f6 to your computer and use it in GitHub Desktop.
Save webarthur/73b3b71bb40af4e349f6 to your computer and use it in GitHub Desktop.
# 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