mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-15 03:34:03 +00:00
Move (hostnames) after domains
This commit is contained in:
parent
733000329e
commit
617739c9a4
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ The middleware for this method is `Stancl\Tenancy\Middleware\InitializeTenancyBy
|
|||
|
||||
If you'd like to use subdomains and domains at the same time, use the `Stancl\Tenancy\Middleware\InitializeTenancyByDomainOrSubdomain` middleware.
|
||||
|
||||
Records that contain **dots** in the `domain` column will be treated as subdomains (hostnames) and records that don't contain any dots will be treated as domains.
|
||||
Records that contain **dots** in the `domain` column will be treated as subdomains and records that don't contain any dots will be treated as domains (hostnames).
|
||||
|
||||
## Path identification
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue