From a44c4e5f4ce9fee2446ab8a0c86c34c8f0f768f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Debrauwer?= Date: Fri, 6 Jun 2025 09:09:58 +0200 Subject: [PATCH] Remove warning --- routing.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/routing.md b/routing.md index a0273378b32..a990c0521e9 100644 --- a/routing.md +++ b/routing.md @@ -544,9 +544,6 @@ Route::domain('{account}.example.com')->group(function () { }); ``` -> [!WARNING] -> In order to ensure your subdomain routes are reachable, you should register subdomain routes before registering root domain routes. This will prevent root domain routes from overwriting subdomain routes which have the same URI path. - ### Route Prefixes