I recompiled a blade file and tried to copy it to the server but the server is erroring out. Clause told me to email the host 🙂
Hi Robert,
We need write permissions updated on the Laravel app hosted at /var/www/ymg-music. The web server process (www-data) is currently getting "Permission denied" errors when trying to write to the storage and cache directories.
Could you please run the following on the server:
chown -R www-data:www-data /var/www/ymg-music/storage
chown -R www-data:www-data /var/www/ymg-music/bootstrap/cache
chmod -R 755 /var/www/ymg-music/storage
chmod -R 755 /var/www/ymg-music/bootstrap/cache
This is a standard Laravel hosting requirement. Let me know once it's done.
Thanks!
________________________________
Thank you!
Ben