Update central-app.blade.md

This commit is contained in:
Nick Parker 2020-02-14 12:46:10 -05:00 committed by GitHub
parent c83a795948
commit c683e02fbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ 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.
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}