Skip to content

renanfenrich/tenant-broker

Repository files navigation

Tenant Broker Connector

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages