diff --git a/docs/source/v2/misc-tips.blade.md b/docs/source/v2/misc-tips.blade.md index d938778..0d699f0 100644 --- a/docs/source/v2/misc-tips.blade.md +++ b/docs/source/v2/misc-tips.blade.md @@ -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 diff --git a/docs/source/v2/telescope.blade.md b/docs/source/v2/telescope.blade.md index 18fa3bf..2d54436 100644 --- a/docs/source/v2/telescope.blade.md +++ b/docs/source/v2/telescope.blade.md @@ -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)