instead of ``

This commit is contained in:
Samuel Štancl 2020-03-15 21:31:56 +01:00 committed by GitHub
parent 8599372365
commit e985fcca04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ Routes in the `routes/web.php` file are the central routes. When they are visite
However, since you don't want routes related to the app on your main domain and sign up forms on tenant domains, you must also define what domains host the central stuff in the `tenancy.exempt_domains` config.
The exempt domains should not include the protocol. For example, you should include ```example.com``` rather than ```https://example.com```.
The exempt domains should not include the protocol. For example, you should include `example.com` rather than `https://example.com`.
## Using central things inside the tenant app {#using-central-things-inside-the-tenant-app}