/ Published in: PHP
Clear Laravel Cache on shared hosting
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
Route::get('/clear-cache', function() { $exitCode = Artisan::call('cache:clear'); return "Cache is cleared"; });
URL: https://www.howtocrackaninterview.com/