Route::get('/{any}', function () {
    return redirect('/home');
})->where('any', '.*');