mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 18:24:03 +00:00
instead of ``
This commit is contained in:
parent
86858e1e24
commit
8599372365
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ Controller namespace used for routes in `routes/tenant.php`. The default value i
|
|||
|
||||
### `exempt_domains` {#exempt-domains}
|
||||
|
||||
If a hostname from this array is visited, the `tenant.php` routes won't be registered, letting you use the same routes as in that file. This should be the domain without the protocol (i.e., ```example.com``` rather than ```https://example.com```).
|
||||
If a hostname from this array is visited, the `tenant.php` routes won't be registered, letting you use the same routes as in that file. This should be the domain without the protocol (i.e., `example.com` rather than `https://example.com`).
|
||||
|
||||
### `database` {#database}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue