Features are disabled by default

This commit is contained in:
Samuel Štancl 2019-10-04 22:54:28 +02:00
parent bc43701c20
commit 8a955c7772
2 changed files with 4 additions and 0 deletions

View file

@ -9,6 +9,8 @@ section: content
## Tenant Redirect {#tenant-redirect}
> To enable this feature, uncomment the `Stancl\Tenancy\Features\TenantRedirect::class` line in your `tenancy.features` config.
A customer has signed up on your website, you have created a new tenant and now you want to redirect the customer to their website. You can use the `tenant()` method on Redirect, like this:
```php

View file

@ -7,6 +7,8 @@ section: content
# Telescope Integration
> To enable this feature, uncomment the `Stancl\Tenancy\Features\TelescopeTags::class` line in your `tenancy.features` config.
Requests in Telescope are automatically tagged with the tenant id and domain:
![Telescope Request with tags](https://i.imgur.com/CEEluYj.png)