1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 08:24:04 +00:00
This commit is contained in:
Samuel Štancl 2019-10-02 21:04:30 +02:00 committed by GitHub
parent 102ade4d8c
commit 40f8fa346e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,16 +6,14 @@
[![codecov](https://codecov.io/gh/stancl/tenancy/branch/2.x/graph/badge.svg)](https://codecov.io/gh/stancl/tenancy) [![codecov](https://codecov.io/gh/stancl/tenancy/branch/2.x/graph/badge.svg)](https://codecov.io/gh/stancl/tenancy)
[![Donate](https://img.shields.io/badge/Donate-%3C3-red)](https://gumroad.com/l/tenancy) [![Donate](https://img.shields.io/badge/Donate-%3C3-red)](https://gumroad.com/l/tenancy)
### *A Laravel multi-database tenancy package that respects your code.* ### *Automatic multi-tenancy for your Laravel app.*
You won't have to change a thing in your application's code.\* You won't have to change a thing in your application's code.
- :heavy_check_mark: No model traits to change database connection - :heavy_check_mark: No model traits to change database connection
- :heavy_check_mark: No replacing of Laravel classes (`Cache`, `Storage`, ...) with tenancy-aware classes - :heavy_check_mark: No replacing of Laravel classes (`Cache`, `Storage`, ...) with tenancy-aware classes
- :heavy_check_mark: Built-in tenant identification based on hostname (including second level domains) - :heavy_check_mark: Built-in tenant identification based on hostname (including second level domains)
\* depending on how you use the filesystem. Everything else will work out of the box.
### [Documentation](https://tenancy.samuelstancl.me/docs/v2/) ### [Documentation](https://tenancy.samuelstancl.me/docs/v2/)
Documentation can be found here: https://tenancy.samuelstancl.me/docs/v2/ Documentation can be found here: https://tenancy.samuelstancl.me/docs/v2/