From 61ae0c19214c3fab0fb829652e9b04f16ca504cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= <33033094+stancl@users.noreply.github.com> Date: Sat, 19 Jan 2019 16:40:53 +0100 Subject: [PATCH] Fix link to #exempt_domains --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8cbb6855..d99e4b08 100644 --- a/README.md +++ b/README.md @@ -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.