0👍
You should adjust the file permissions. cd into your projects root folder and execute the following commands.
Change group to Apache
sudo chgrp -R www-data storage public
Change permissions
sudo chmod -R 775 storage public
Restart Apache
service apache2 restart
Source:stackexchange.com