tenancy / tenancy by fletch3555

Creating multi tenant saas from your Laravel app with ease
23,751
1,134
43
Package Data
Maintainer Username: fletch3555
Maintainer Contact: opensource@arlon.dev (Arlon Antonius)
Package Create Date: 2018-01-04
Package Last Update: 2024-04-07
Home Page: https://tenancy.dev
Language: PHP
License: MIT
Last Refreshed: 2024-04-18 15:26:08
Package Statistics
Total Downloads: 23,751
Monthly Downloads: 678
Daily Downloads: 35
Total Stars: 1,134
Total Watchers: 43
Total Forks: 95
Total Open Issues: 11

tenancy logo Laravel Tenancy

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.

CircleCI 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.