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
Samuel Štancl c2c90ff755
[3.x] Use static properties instead of config for features (#391)
* Use static properites instead of config for features

* update tests
2020-05-03 18:12:40 +02:00
.github Use CI on master branch too 2020-04-30 20:49:14 +02:00
art New logo 2020-04-23 13:05:09 +02:00
assets [3.x] Use static properties instead of config for features (#391) 2020-05-03 18:12:40 +02:00
src [3.x] Use static properties instead of config for features (#391) 2020-05-03 18:12:40 +02:00
tests [3.x] Use static properties instead of config for features (#391) 2020-05-03 18:12:40 +02: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
composer.json [3.x] Rename facades (#387) 2020-05-03 17:59:35 +02: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 Emphasize bank transfer 2020-04-27 20:46:55 +02:00
fulltest -T flags for test scripts 2020-04-23 19:00:20 +02:00
LICENSE Initial commit 2019-01-17 22:24:12 +01:00
phpunit.xml [3.x] DB users (#382) 2020-05-03 18:12:27 +02:00
README.md @dillingham credits for logo [ci skip] 2020-04-23 21:10:30 +02:00
SUPPORT.md Update SUPPORT.md 2020-04-13 12:41:02 +02:00
test -T flags for test scripts 2020-04-23 19:00:20 +02:00

Tenancy for Laravel logo

Laravel 6.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/v2/

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

Need help?

Credits