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

Is there anyway we can switch between prefix or multi database approach? #6

Closed xyrintech closed 7 years ago

DanTheDJ commented 7 years ago

Hi, what do you mean by prefix?

xyrintech commented 7 years ago

I mean table_prefix

I have been looking for table wherein I can specify whether we need to create multiple databases or have the table prefix.

DanTheDJ commented 7 years ago

You would really want to use one or the other for your project. It could get confusing having both prefixed tables and databases

xyrintech commented 7 years ago

Got it.