Fix a few things in docs

This commit is contained in:
Samuel Štancl 2020-06-13 11:52:10 +02:00
parent 42e2c51343
commit 072eb36494
11 changed files with 49 additions and 17 deletions

View file

@ -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') }}).