composer create-project --prefer-dist laravel/laravel blog
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
sudo service apache2 restart
composer create-project --prefer-dist laravel/laravel blog
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
sudo service apache2 restart