I deployed a laravel project to Digital Ocean with the following setup: Apache + Ubuntu. After that I gave write/read permissions to /storage folder wuth the following command:
chmod -R 777 storage
But I have a problem: these permissions are lost the next day and I have to run this command every day by hand.
via Stas Coder