Eslam Zedan
2 Mar 2022
Laravel
Hello,
I am using a shared host and I want to clear cache files so I can not connect with SSH to run
php artisan cache:clear
So is there are manually way to delete these files manually?
thanks,
Rakshit
2 Mar 2022
Best Answer
'php artisan cache:clear' will not clear the cache.
But what you can do, is follow below path and rename the file.
It will work for sure if you are using laravel v5+
Eslam Zedan
2 Mar 2022
Thank you it is working
© 2024 Copyrights reserved for web-brackets.com