From 338735ec3fd3060b76c833d4a4611196b2e253d7 Mon Sep 17 00:00:00 2001 From: Nick Parker Date: Fri, 14 Feb 2020 12:46:32 -0500 Subject: [PATCH] Update central-app.blade.md --- docs/source/v2/central-app.blade.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/source/v2/central-app.blade.md b/docs/source/v2/central-app.blade.md index eaa91fb..3bc2047 100644 --- a/docs/source/v2/central-app.blade.md +++ b/docs/source/v2/central-app.blade.md @@ -15,7 +15,9 @@ Routes in the `routes/web.php` file are the central routes. When they are visite ## Central domains {#central-domains} -However, since you don't want routes related to the app on your main domain and sign up forms on tenant domains, you must also define what domains host the central stuff in the `tenancy.exempt_domains` config. The exempt domains should not include the protocol. For example, you should include ```example.com``` rather than ```https://example.com```, otherwise this will throw a ```TenantCouldNotBeIdentifiedException``` exception. +However, since you don't want routes related to the app on your main domain and sign up forms on tenant domains, you must also define what domains host the central stuff in the `tenancy.exempt_domains` config. + +The exempt domains should not include the protocol. For example, you should include ```example.com``` rather than ```https://example.com```, otherwise this will throw a ```TenantCouldNotBeIdentifiedException``` exception. ## Using central things inside the tenant app {#using-central-things-inside-the-tenant-app}