mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 18:24:03 +00:00
Update central-app.blade.md
This commit is contained in:
parent
c83a795948
commit
c683e02fbb
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue