mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 18:24:03 +00:00
Add paragraph
This commit is contained in:
parent
8466643fcf
commit
7b58d402a5
1 changed files with 2 additions and 0 deletions
|
|
@ -13,6 +13,8 @@ Packages like tenancy/multi-tenant and tenancy/tenancy give you an API for makin
|
||||||
|
|
||||||
This package (stancl/tenancy) makes your application multi-tenant automatically and attempts to make you not have to change any things in your code. The philosophy behind this approach is that you should write your app, not tenancy boilerplate.
|
This package (stancl/tenancy) makes your application multi-tenant automatically and attempts to make you not have to change any things in your code. The philosophy behind this approach is that you should write your app, not tenancy boilerplate.
|
||||||
|
|
||||||
|
Apart from saving you a ton of time, the benefit of going with the automatic approach (stancl/tenancy) is that you can adapt easily, since you're not bound to a specific implementation of multi-tenancy. [You can always change how tenancy is bootstrapped.]({{ $page->link('configuration#tenancy-bootstrappers') }}) <!-- todo custom page for tenancy bootstrappers -->
|
||||||
|
|
||||||
## Which one should you use?
|
## Which one should you use?
|
||||||
|
|
||||||
Depends on what you prefer.
|
Depends on what you prefer.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue