mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 10:14:03 +00:00
Make changes as requested
This commit is contained in:
parent
ed8aa7647b
commit
63902f07d4
2 changed files with 2 additions and 2 deletions
|
|
@ -33,7 +33,7 @@ class PostController
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
If you don't like that because you access some dependency from many actions, consider creating a memorized method:
|
If you don't like that because you access some dependency from many actions, consider creating a memoized method:
|
||||||
|
|
||||||
```php
|
```php
|
||||||
class PostController
|
class PostController
|
||||||
|
|
|
||||||
|
|
@ -33,4 +33,4 @@ In the current version, we're also making [manual tenancy]({{ $page->link('manua
|
||||||
|
|
||||||
## Tenant identification {#tenant-identification}
|
## Tenant identification {#tenant-identification}
|
||||||
|
|
||||||
For your application to be tenant-aware, a [tenant has to be identified]({{ $page->link('tenant-identification') }}). This package ships with a large number of identification middleware. You may identify tenants by domain, subdomain, domain OR subdomain at the same time, path or request data.
|
For your application to be tenant-aware, a [tenant has to be identified]({{ $page->link('tenant-identification') }}). This package ships with many identification middleware classes. You may identify tenants by domain, subdomain, domain OR subdomain at the same time, path or request data.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue