codexshaper/mongodb-multi-tenancy

Laravel MongoDB 多租户

v0.7 2019-05-09 18:34 UTC

This package is auto-updated.

Last update: 2024-09-17 08:47:31 UTC


README

Laravel MongoDB 多租户

#安装

composer require codexshaper/mongodb-multi-tenancy

#发布配置和迁移

php artisan vendor:publish --tag=tenancy

#租户命令

tenant:create {website} {hostname}
tenant:delete {host}
tenant:migrate
tenant:migrate:refresh

示例: php artisan tenant:create dev dev.codexshaper.com