1
0
Fork 0
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:
Samuel Štancl 2019-01-19 16:40:53 +01:00 committed by GitHub
parent 8848808271
commit 61ae0c1921
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.