Skip to content

Instantly share code, notes, and snippets.

@sourovroy
Last active December 19, 2017 04:30
Show Gist options
  • Select an option

  • Save sourovroy/bd09d12ce10a90a805c83a711770277a to your computer and use it in GitHub Desktop.

Select an option

Save sourovroy/bd09d12ce10a90a805c83a711770277a to your computer and use it in GitHub Desktop.

Laravel install process in ubuntu

Copy Laravel Files

composer create-project --prefer-dist laravel/laravel blog

Folder Permision

Most folders should be normal "755" and files, "644"

sudo chgrp -R www-data storage bootstrap/cache
sudo chmod -R ug+rwx storage bootstrap/cache

Restart Apache 2 web server

sudo service apache2 restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment