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.
You can also user Artisan facade to clear cache in live server/production.