mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 10:14:03 +00:00
Fix a few things in docs
This commit is contained in:
parent
42e2c51343
commit
072eb36494
11 changed files with 49 additions and 17 deletions
|
|
@ -76,4 +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
|
||||
|
||||
See the [Universal Routes feature]({{ $page->link('features/universal-routes') }}).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue