DanTheDJ / multitenant

The minimalist Laravel MultiTenant package enables easy multi-tenant applications by dynamically setting the database connection + name and adding a globally available --tenant option to Artisan. Enjoy!
MIT License
14 stars 4 forks source link

Database is not created when we make a new tenant #8

Closed xyrintech closed 7 years ago

DanTheDJ commented 7 years ago

This is beyond the scope of this package, this just manages resolving the tenants.

xyrintech commented 7 years ago

Got it.