I am using Laravel 8.1. Currently I have this catch-all route:
Route::any(\'/{any}\', [IndexController::class, \'index\'])->where(\'any\', \'.*\');