mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 02:04:03 +00:00
write docs for telescope tags feature (#245)
This commit is contained in:
parent
46a2352885
commit
a1d8fc9579
1 changed files with 9 additions and 1 deletions
|
|
@ -6,4 +6,12 @@ section: content
|
||||||
|
|
||||||
# Telescope tags {#telescope-tags}
|
# Telescope tags {#telescope-tags}
|
||||||
|
|
||||||
TODO
|
[Laravel Telescope](https://github.com/laravel/telescope) provides insight into the requests coming into your application. You can filter those requests by tag. You can automatically tag all requests by the active tenant by enabling the Telescope tag feature.
|
||||||
|
|
||||||
|
## **Enabling the feature** {#enabling-the-feature}
|
||||||
|
|
||||||
|
Uncomment the following line in your `tenancy.features` config:
|
||||||
|
|
||||||
|
```php
|
||||||
|
// Stancl\Tenancy\Features\TelescopeTags::class,
|
||||||
|
```
|
||||||
Loading…
Add table
Add a link
Reference in a new issue