The question is pretty clear.
php artisan cache:clear
Is there any work around to clear the cache like above we using in CLI. I am using a famous shared hosting service but as per my plan I don't have control panel access.
Basically I want to clear the views cache.
I saw a question almost same like this, but it doesn't helps me.
Thanks in advance.
will clear the cached views
You can do this if you are using
Lumen
fromLaravel
on yourroutes/web.php
file: