1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 08:24:04 +00:00
Automatic multi-tenancy for Laravel. No code changes needed. https://tenancyforlaravel.com
Find a file
2020-03-24 14:02:38 +00:00
.github/ISSUE_TEMPLATE Update bug-report.md 2019-10-17 19:00:24 +02:00
art fix: housectapus colors 2019-10-21 07:25:13 +01:00
assets Use seeder params in tenants:seed instead of just the automatic seeder (#317) 2020-03-17 15:59:45 +01:00
src Apply fixes from StyleCI 2020-03-24 14:02:38 +00:00
tests Add return value to execute method (#333) 2020-03-21 02:05:17 +01:00
.gitignore remove clover.xml 2019-08-04 17:41:53 +02:00
.styleci.yml Fix styleci 2019-11-03 18:32:13 +01:00
.travis.yml Laravel 7 support (#304) 2020-03-17 18:47:24 +01:00
composer.json Laravel 7 support (#304) 2020-03-17 18:47:24 +01:00
CONTRIBUTING.md [2.2.0] [WIP] Add functionality (#206) 2019-10-27 21:10:41 +01:00
docker-compose.yml Add PostgreSQL DB driver (#52) 2019-07-12 23:09:29 +02:00
Dockerfile Laravel 7 support (#304) 2020-03-17 18:47:24 +01:00
DONATIONS.md Create DONATIONS.md 2020-03-10 23:03:22 +01:00
fulltest [2.x] Add CreateTenant command (#153) 2019-10-04 20:22:23 +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 Update donation link 2020-03-10 23:04:15 +01:00
SUPPORT.md Create SUPPORT.md 2020-01-27 18:21:08 +01:00
test [2.3.0] Cached tenant lookup (#316) 2020-03-14 19:52:35 +01:00

Tenancy logo

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

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://tenancy.samuelstancl.me/docs/v2/

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

Need help?

Credits