Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tenancy/tenancy
Run multiple websites using the same Laravel installation while keeping tenant specific data separated for fully independent multi-domain setups.
https://github.com/tenancy/tenancy
hacktoberfest laravel multi-tenant php saas tenancy
Last synced: 21 days ago
JSON representation
Run multiple websites using the same Laravel installation while keeping tenant specific data separated for fully independent multi-domain setups.
- Host: GitHub
- URL: https://github.com/tenancy/tenancy
- Owner: tenancy
- License: mit
- Created: 2018-01-04T12:28:39.000Z (almost 7 years ago)
- Default Branch: 2.x
- Last Pushed: 2024-04-07T12:39:49.000Z (7 months ago)
- Last Synced: 2024-04-14T01:51:00.544Z (7 months ago)
- Topics: hacktoberfest, laravel, multi-tenant, php, saas, tenancy
- Language: PHP
- Homepage: https://tenancy.dev
- Size: 1.29 MB
- Stars: 1,130
- Watchers: 43
- Forks: 95
- Open Issues: 11
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG-1.x.md
- Contributing: .github/CONTRIBUTING.md
- License: license.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
- awesome - tenancy/tenancy - Run multiple websites using the same Laravel installation while keeping tenant specific data separated for fully independent multi-domain setups. (PHP)
README
# ![Tenancy logo](https://avatars3.githubusercontent.com/u/33319474?s=25&v=4) Tenancy Ecosystem (for Laravel)
Enabling awesome Software as a Service with the Laravel framework.
This is the successor of [hyn/multi-tenant](https://github.com/tenancy/multi-tenant).
Feel free to show support by starring the project
following progress via [twitter](https://twitter.com/tenancydev) and
backing its development over at [OpenCollective](https://opencollective.com/tenancy) or [GitHub Sponsors](https://github.com/sponsors/tenancy).![Tests](https://github.com/tenancy/tenancy/workflows/Tests/badge.svg)
![Code Style](https://github.com/tenancy/tenancy/workflows/Code%20Style/badge.svg)
[![Code Coverage](https://codecov.io/gh/tenancy/tenancy/branch/master/graph/badge.svg)](https://codecov.io/gh/tenancy/tenancy)
![Subsplit](https://github.com/tenancy/tenancy/workflows/Subsplit/badge.svg)> Before you start, we highly recommend you to read the extensive [online documentation](https://tenancy.dev/docs/tenancy/1.x).
# Installation
To give this package a spin, install all components at once:
```bash
$ composer require tenancy/tenancy
```Otherwise make sure to selectively install the components you need and at least the framework:
```bash
$ composer require tenancy/framework
```After that you'll need to decide on and configure:
- [Database drivers](https://tenancy.dev/docs/tenancy/2.x/database-drivers)
- [Identification drivers](https://tenancy.dev/docs/tenancy/2.x/identification-drivers)
- [Affects](https://tenancy.dev/docs/tenancy/2.x/affects)
- [Hooks](https://tenancy.dev/docs/tenancy/2.x/hooks)# 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](https://tenancy.dev/docs/governance/tenancy) in
case you'd like to get involved.## Local Testing
Testing the ecosystem locally is possible when:
- You have Docker (and docker-compose) installed
- You have Bash installedWhen you have those requirements, you can simply run `./test` in order to run the test in Docker containers. By default they will run the most recent versions of all our dependencies