mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 17:24:03 +00:00
Fix link to #exempt_domains
This commit is contained in:
parent
8848808271
commit
61ae0c1921
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ if (! in_array(request()->getHost(), config('tenancy.exempt_domains', []))) {
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
This maps tenant routes only if the current domain is not [exempt from tenancy](#exempt-domains).
|
This maps tenant routes only if the current domain is not [exempt from tenancy](#exempt_domains).
|
||||||
|
|
||||||
Now rename the `routes/web.php` file to `routes/tenant.php`. This file will contain routes accessible only with tenancy.
|
Now rename the `routes/web.php` file to `routes/tenant.php`. This file will contain routes accessible only with tenancy.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue