mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 18:24:03 +00:00
Features are disabled by default
This commit is contained in:
parent
bc43701c20
commit
8a955c7772
2 changed files with 4 additions and 0 deletions
|
|
@ -9,6 +9,8 @@ section: content
|
||||||
|
|
||||||
## Tenant Redirect {#tenant-redirect}
|
## 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:
|
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
|
```php
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,8 @@ section: content
|
||||||
|
|
||||||
# Telescope Integration
|
# 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:
|
Requests in Telescope are automatically tagged with the tenant id and domain:
|
||||||
|
|
||||||

|

|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue