I am running php artisan cache:clear to clear the cache in Godaddy shared hosting through SSH.
My other artisan commands working but php artisan cache:clear not.
I am getting following error :
Failed to clear cache. Make sure you have the appropriate permissions.
I fixed this issue by deleting all files in bootstrap/cache. Then, run the following commands.
php artisan cache:clear
composer dump-autoload
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With