1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 11:14:04 +00:00
Automatic multi-tenancy for Laravel. No code changes needed. https://tenancyforlaravel.com
Find a file
2024-02-11 00:23:32 +01:00
.github fix more files broken in automerge 2024-02-11 00:07:38 +01:00
art Update artwork 2020-06-09 15:36:47 +02:00
assets Merge remote-tracking branch 'origin/3.x' 2024-02-10 23:34:47 +01:00
doctum wip 2023-04-14 17:23:19 +02:00
src Merge branch 'merge-3x-feb2024' of github.com:tenancy-for-laravel/v4 into merge-3x-feb2024 2024-02-11 00:08:15 +01:00
tests fix more files broken in automerge 2024-02-11 00:07:38 +01:00
.gitattributes Rewrite cached resolver logic to allow for cache invalidation logic 2020-06-02 20:10:17 +02:00
.gitignore [4.x] Add pending tenants (modified #782) (#869) 2022-10-31 12:14:44 +01:00
.php-cs-fixer.php [4.x] Add command to bring the tenants up and down from maintenance and remove deprecated exception (#761) 2022-09-29 15:59:14 +02:00
composer.json update larastan dependency 2023-12-12 10:53:23 +01:00
CONTRIBUTING.md Fix CONTRIBUTING.md 2023-02-20 10:25:51 +01:00
docker-compose-m1.override.yml [3.x] L10 compatibility (#1065) 2023-02-16 17:21:06 +01:00
docker-compose.yml Fix #1112 - throw an exception if DATABASE_URL is set (#9) 2023-08-18 20:21:00 +02:00
Dockerfile [3.x] L10 compatibility (#1065) 2023-02-16 17:21:06 +01:00
DONATIONS.md update md files 2020-06-08 22:42:13 +02:00
INTERNAL.md revert to 8.1 in CI for now 2023-01-04 03:04:00 +01:00
LICENSE Initial commit 2019-01-17 22:24:12 +01:00
phpstan.neon fix phpstan errors 2024-02-10 23:55:56 +01:00
phpunit.xml [3.x] L10 compatibility (#1065) 2023-02-16 17:21:06 +01:00
README.md update laravel version 2023-04-24 22:02:32 +02:00
SUPPORT.md Discord link 2022-06-13 19:16:35 +02:00
t [4.x] Add feature to ignore the resource synchronization based on provided condition. (#993) 2022-11-04 15:04:29 +01:00
test [3.x] L10 compatibility (#1065) 2023-02-16 17:21:06 +01:00

Tenancy for Laravel logo

Laravel 10.x Latest Stable Version GitHub Actions CI status Donate

Tenancy for Laravel — stancl/tenancy

Automatic multi-tenancy for your Laravel app.

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)

Documentation

Documentation can be found here: https://tenancyforlaravel.com/docs/v3/

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

Need help?

Credits