php artisan optimize:clear
Route::get('clear_cache', function () { \Artisan::call('cache:clear'); dd("Cache is cleared"); });