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
2019-08-23 17:27:05 +02:00
.github/ISSUE_TEMPLATE Rename ---documentation-issue.md to documentation-issue.md 2019-08-16 15:41:40 +02:00
assets [1.8.0] Add more comments to the config file (#109) 2019-08-21 21:16:00 +02:00
src wip 2019-08-22 23:16:43 +02:00
tests Fix #99 (always skipped tests) 2019-08-23 17:26:56 +02:00
.gitignore remove clover.xml 2019-08-04 17:41:53 +02:00
.styleci.yml Revert no_unused_imports 2019-08-19 23:05:03 +02:00
.travis.yml Remove support for Laravel 5.7 2019-08-04 20:17:33 +02:00
CHANGELOG-1.x.md v1.7.0 2019-08-17 15:40:59 +02:00
composer.json [1.8.0] Add Telescope tags with tenant ids (#77) 2019-08-19 21:11:55 +02: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
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 README.md 2019-08-23 15:41:46 +02:00
test [1.7.0] Add DB storage driver (#82) 2019-08-16 14:36:49 +02:00

stancl/tenancy

Laravel 5.8 Latest Stable Version Travis CI build codecov

A Laravel multi-database tenancy package that respects your code.

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)

* depending on how you use the filesystem. Everything else will work out of the box.

Documentation

Documentation has been moved here: https://stancl-tenancy.netlify.com/docs/