/tenancy

Run multiple websites using the same Laravel installation while keeping tenant specific data separated for fully independent multi-domain setups.

Primary LanguagePHP

tenancy logo

This is the successor of hyn/multi-tenant. It is still in development. Feel free to show support by starring the project following progress via twitter and backing its development over at OpenCollective.

CircleCI

Roadmap 2018

  • Finish the tenancy/tenancy package with all necessary contracts and bare logic.
  • Create tenant identification drivers that replicate the logic of the predecessor (eg hostname based identification).
  • Create mysql (including mariadb) and postgres database drivers.
  • Enforce a code coverage of at least 90%.