Answer the question
In order to leave comments, you need to log in
How to clear laravel cache for shared hosting?
Similar questions have been asked before, both here and online. But I didn't find an answer.
Cleared the storage/framework/views folder - didn't help
Wrote in web.php:
Route::get('/clear-cache', function() {
Artisan::call('cache:clear');
return "Cache is cleared";
});
404 error Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question