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

PHP
1

php artisan cache:clear Failed to clear cache. Make sure you have the appropiate permissions

alias larclear='php artisan cache:clear && php artisan config:cache && php artisan permission:cache-reset && php artisan config:clear && php artisan view:clear && php artisan route:clear && php artisan telescope:clear && php artisan debugbar:clear'
Posted by: Guest on October-23-2020
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"

Browse Popular Code Answers by Language