Answers for "failed to clear cache. make sure you have the appropriate permissions. cpanel"

PHP
0

Failed to clear cache. Make sure you have the appropriate permissions.

sudo chown -R $USER:www-data storage
sudo chown -R $USER:www-data bootstrap/cache
chmod -R 775 storage
chmod -R 775 bootstrap/cache
Posted by: Guest on October-25-2021

Code answers related to "failed to clear cache. make sure you have the appropriate permissions. cpanel"

Browse Popular Code Answers by Language