1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 08:04:03 +00:00
Automatic multi-tenancy for Laravel. No code changes needed. https://tenancyforlaravel.com
Find a file
2020-10-25 16:33:49 +01:00
.github Remove Patreon and kofi 2020-10-25 16:33:49 +01:00
art Update artwork 2020-06-09 15:36:47 +02:00
assets Update config links to v3 docs (#486) 2020-09-01 12:38:25 +02:00
src Fix: The database name is displayed when the TenantDatabaseAlreadyExistsException exception is thrown. (#499) 2020-09-23 19:47:35 +02:00
tests Fix subdomain middleware 2020-08-01 15:07:10 +02:00
.gitattributes Rewrite cached resolver logic to allow for cache invalidation logic 2020-06-02 20:10:17 +02:00
.gitignore add gitattr (#392) 2020-05-04 19:14:12 +02:00
.styleci.yml risky: true 2020-08-03 14:40:54 +02:00
composer.json First try at Laravel 8 (#491) 2020-09-08 21:11:56 +02:00
CONTRIBUTING.md Convert domains to lowercase, persist current domain model on resolver 2020-06-28 11:45:08 +02:00
docker-compose.yml Updated some docker stuff (#409) 2020-05-22 18:09:07 +02:00
Dockerfile Updated some docker stuff (#409) 2020-05-22 18:09:07 +02:00
DONATIONS.md update md files 2020-06-08 22:42:13 +02:00
LICENSE Initial commit 2019-01-17 22:24:12 +01:00
phpunit.xml Updated some docker stuff (#409) 2020-05-22 18:09:07 +02:00
README.md Update README.md (#436) 2020-06-13 23:02:39 +02:00
SUPPORT.md Update SUPPORT.md 2020-07-12 15:03:52 +02:00
test vague first draft of v3. TenantModelTest is passing 2020-05-08 04:37:43 +02:00

Tenancy for Laravel logo

Laravel 6.x/7.x Latest Stable Version GitHub Actions CI status codecov 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