1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 08:14:02 +00:00
This commit is contained in:
Samuel Štancl 2019-08-17 11:56:17 +02:00
parent 9029bcd465
commit 40f6593d4e
5 changed files with 78 additions and 10 deletions

View file

@ -7,11 +7,9 @@ section: content
# Getting Started {#getting-started}
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](filesystem).
> Note: Filesystem is the only thing that can be a little problematic. Be sure to read [that page](filesystem-tenancy).
## How does it work? {#how-does-it-work}