1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 12:44:02 +00:00
Automatic multi-tenancy for Laravel. No code changes needed. https://tenancyforlaravel.com
Find a file
2019-10-29 20:16:45 +01: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 [2.2.0] Optional storage path suffixing (#197) 2019-10-27 21:49:28 +01:00
src Updating event 2019-10-29 20:16:45 +01:00
tests [2.2.0] [WIP] Add functionality (#206) 2019-10-27 21:10:41 +01:00
.gitignore remove clover.xml 2019-08-04 17:41:53 +02:00
.styleci.yml Alphabetical import statements 2019-09-11 17:35:10 +02:00
.travis.yml [2.x] Add CreateTenant command (#153) 2019-10-04 20:22:23 +02:00
composer.json Move facade/ignition-contracts to require-dev 2019-10-13 17:29:41 +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 add phpunit.xml variations 2019-08-04 17:40:44 +02: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 Add link to landing page to the image 2019-10-21 18:11:02 +02:00
test [2.x] Add CreateTenant command (#153) 2019-10-04 20:22:23 +02: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.

Credits