tomschlick / townhouse
A Multitenancy package for Laravel that keeps each tenant in a separate database.
Installs: 20
Dependents: 0
Suggesters: 0
Security: 0
Stars: 109
Watchers: 42
Forks: 5
Open Issues: 2
Requires
- php: ^7.1
- illuminate/console: ~5.4
- illuminate/contracts: ~5.4
- illuminate/database: ~5.4
- illuminate/events: ~5.4
- illuminate/notifications: ~5.4
- illuminate/support: ~5.4
Requires (Dev)
- phpunit/phpunit: ^6.0
This package is auto-updated.
Last update: 2020-02-04 18:20:22 UTC
README
A Multitenancy package for Laravel that keeps each tenant in a separate database.
Installation
You can install the package via composer:
composer require tomschlick/townhouse
Usage
//
Testing
composer test
Security
If you discover any security related issues, please email tom@schlick.email instead of using the issue tracker.
License
The MIT License (MIT). Please see License File for more information.