renanfenrich / tenant-broker
A database connector for Laravel multi-tenancy broker
1.2.0
2021-06-01 21:06 UTC
Requires
- laravel/framework: ~6|~7|~8
Requires (Dev)
- mockery/mockery: ^1.1
- orchestra/testbench: ~3|~4|~5|~6
- phpunit/phpunit: ~8.0|~9.0
- sempro/phpunit-pretty-print: ^1.0
README
Installation
$ composer require renanfenrich/tenant-broker
Configuration
Publish configuration file
$ php artisan vendor:publish --tag tenant.config
Configuration files for local development should be created at "config/tenants/".
Example:
<?php return [ 'connection' => 'mysql', 'database' => [ 'host' => 'mysql.nasa.gov.us', 'database' => 'jpl', 'username' => 'root', 'password' => 'voyager1', ] ];
Change log
Please see the changelog for more information on what has changed recently.
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email renan.fenrich@gmail.com instead of using the issue tracker.
License
MIT. Please see the license file for more information.