mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 18:24:03 +00:00
wip
This commit is contained in:
parent
54680c094d
commit
711d938724
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ Routes outside the `routes/tenant.php` file will not have the tenancy middleware
|
|||
|
||||
If you want certain routes (perhaps API routes) to be multi-tenant, wrap them in a Route group with this middleware:
|
||||
|
||||
## API routes / custom route groups
|
||||
## API routes / custom route groups {#custom-groups}
|
||||
|
||||
```php
|
||||
use Stancl\Tenancy\Middleware\InitializeTenancy;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue