mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-15 03:34:03 +00:00
fix spaces and syntax
This commit is contained in:
parent
27da43dc58
commit
2eb3ea0bbe
2 changed files with 2 additions and 2 deletions
|
|
@ -4,6 +4,6 @@ extends: _layouts.documentation
|
|||
section: content
|
||||
---
|
||||
|
||||
# Multi-database tenancy {#multi-databse-tenancy}
|
||||
# Multi database tenancy {#multi-database-tenancy}
|
||||
|
||||
TODO
|
||||
|
|
@ -76,6 +76,6 @@ Due to the order in which the service providers (and as such, their routes) are
|
|||
|
||||
However, tenant routes that don't have their central counterpart will still be accessible on central domains and will result in a "Tenant could not be identified on domain ..." error. To avoid this, use the `Stancl\Tenancy\Middleware\PreventAccessFromCentralDomains` middleware on all of your tenant routes. This middleware will abort with a 404 if the user is trying to visit a tenant route on a central domain.
|
||||
|
||||
## Universal routes [#universal-routes]
|
||||
## Universal routes {#universal-routes}
|
||||
|
||||
See the [Universal Routes feature]({{ $page->link('features/universal-routes') }}).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue