1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 09:34:05 +00:00
Automatic multi-tenancy for Laravel. No code changes needed. https://tenancyforlaravel.com
Find a file
Billy bb5d1e6378 Updated some docker stuff
Changed the dockerfile to use the official Docker php image and installed
the pcov extension instead of xdebug for code coverage.

Also updated the docker-compose file to make the main 'test' service not start up
before all the DB containers are running ok.
2020-05-22 13:50:30 +01:00
.github Reindent ci.yml 2020-05-22 11:09:39 +02:00
art New logo 2020-04-23 13:05:09 +02:00
assets Apply fixes from StyleCI 2020-05-22 09:01:31 +00:00
src Apply fixes from StyleCI 2020-05-22 10:34:35 +00:00
tests Apply fixes from StyleCI 2020-05-22 10:34:35 +00:00
.gitattributes add gitattr (#392) 2020-05-04 19:14:12 +02:00
.gitignore add gitattr (#392) 2020-05-04 19:14:12 +02:00
.styleci.yml Fix styleci 2019-11-03 18:32:13 +01:00
composer.json Extract JobPipelines to a separate package 2020-05-15 18:26:08 +02:00
CONTRIBUTING.md [2.2.0] [WIP] Add functionality (#206) 2019-10-27 21:10:41 +01:00
docker-compose.yml Updated some docker stuff 2020-05-22 13:50:30 +01:00
Dockerfile Updated some docker stuff 2020-05-22 13:50:30 +01:00
DONATIONS.md Emphasize bank transfer 2020-04-27 20:46:55 +02:00
fulltest vague first draft of v3. TenantModelTest is passing 2020-05-08 04:37:43 +02:00
LICENSE Initial commit 2019-01-17 22:24:12 +01:00
phpunit.xml Updated some docker stuff 2020-05-22 13:50:30 +01: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 vague first draft of v3. TenantModelTest is passing 2020-05-08 04:37:43 +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