Question
Running "artisan cache:clear" writes the cache files as root
We have a web application that runs Laravel. And whenever we run the “artisan cache:clear” command, it writes new cache files and folders owned by root.
We’ve changed ownership of the parents folders up to the /var/www folder but we still encounter the issue.
I’ve tried Googling the cause of the issue but I can’t find a definitive cause for this OR I’m using the wrong search queries.
Any assistance would be helpful. Thanks!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×