mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 08:14:02 +00:00
wip
This commit is contained in:
parent
740833276d
commit
9029bcd465
10 changed files with 202 additions and 108 deletions
|
|
@ -7,11 +7,11 @@ section: content
|
|||
|
||||
# Getting Started {#getting-started}
|
||||
|
||||
todo tenancy end, todo deleting specific cache tags
|
||||
todo filesystem page
|
||||
|
||||
[**stancl/tenancy**](https://github.com/stancl/tenancy) is a Laravel multi-database tenancy package. It is designed in a way that requires you to make no changes to your codebase. Instead of applying traits on models and replacing every single reference to cache by a reference to a tenant-aware cache, the package lets you write your app without thinking about tenancy. It handles tenancy automatically.
|
||||
|
||||
> Note: Filesystem is the only thing that can be a little problematic. Be sure to read [that page](TODOfilesystem).
|
||||
> Note: Filesystem is the only thing that can be a little problematic. Be sure to read [that page](filesystem).
|
||||
|
||||
## How does it work? {#how-does-it-work}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue