Skip to content
forked from tenancy/tenancy

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

License

Notifications You must be signed in to change notification settings

funfirst/tenancy

 
 

Repository files navigation

tenancy logo Tenancy for Laravel

Enabling awesome Software as a Service with the Laravel framework.

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

Tests Code Style Subsplit codecov

Before you start, we highly recommend you to read the extensive online documentation.

Installation

To give this package a spin, install all components at once:

$ composer require tenancy/tenancy

Otherwise make sure to selectively install the components you need and at least the framework:

$ composer require tenancy/framework

After that you'll need to decide on and configure:

Contributions

This repository is used for developing all tenancy packages.

Contributors need to use this repository for implementing code. All other repositories are READ-ONLY and overwritten on each subsplit push.

Please read our Governance documentation in case you'd like to get involved.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 99.3%
  • Other 0.7%