tomschlick / townhouse
This package is abandoned and no longer maintained.
No replacement package was suggested.
A Multitenancy package for Laravel that keeps each tenant in a separate database.
dev-master
2018-01-20 05:39 UTC
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.