兜底路由
Route::any('{anything}', 'CatchAllController')->where('anything', '*');Route::fallback(function () {
});Last updated
Route::any('{anything}', 'CatchAllController')->where('anything', '*');Route::fallback(function () {
});Last updated