1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 20:34:03 +00:00
Automatic multi-tenancy for Laravel. No code changes needed. https://tenancyforlaravel.com
Find a file
2019-09-30 19:02:00 +02:00
.github/ISSUE_TEMPLATE Rename ---documentation-issue.md to documentation-issue.md 2019-08-16 15:41:40 +02:00
assets [2.x] Restructure drivers config (#151) 2019-09-30 18:38:32 +02:00
src Fix TenantStorageTest 2019-09-30 19:02:00 +02:00
tests [2.x] Restructure drivers config (#151) 2019-09-30 18:38:32 +02:00
.gitignore remove clover.xml 2019-08-04 17:41:53 +02:00
.styleci.yml Alphabetical import statements 2019-09-11 17:35:10 +02:00
.travis.yml Fix travis 2019-09-08 15:37:01 +02:00
composer.json Replace webpatser/laravel-uuid with ramsey/uuid (#150) 2019-09-30 18:13:52 +02:00
CONTRIBUTING.md Create CONTRIBUTING.md 2019-09-22 19:25:30 +02:00
docker-compose.yml Add PostgreSQL DB driver (#52) 2019-07-12 23:09:29 +02:00
Dockerfile add phpunit.xml variations 2019-08-04 17:40:44 +02:00
LICENSE Initial commit 2019-01-17 22:24:12 +01:00
phpunit.xml wip 2019-08-03 21:25:00 +02:00
README.md Add donate button 2019-09-24 17:44:56 +02:00
test switch variants 2019-09-17 20:39:50 +02:00

stancl/tenancy

Laravel 6.x Latest Stable Version Travis CI build codecov Donate

A Laravel multi-database tenancy package that respects your code.

You won't have to change a thing in your application's code.*

  • ✔️ No model traits to change database connection
  • ✔️ No replacing of Laravel classes (Cache, Storage, ...) with tenancy-aware classes
  • ✔️ 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

Documentation can be found here: https://tenancy.samuelstancl.me/docs/v2/

The repository with the documentation source code can be found here: stancl/tenancy-docs.