archtechx / tenancy

Automatic multi-tenancy for Laravel. No code changes needed.
https://tenancyforlaravel.com
MIT License
3.67k stars 432 forks source link

No database is being created #1252

Closed plompd closed 2 months ago

plompd commented 2 months ago

Bug description

I followed the instruction to setup this package. However, it doesn't create the tenant databases when creating a tenant and a domain using e.g. Tinker. What did I miss? Could it be permissions? I use a Mac with MySql installed and I configured my app to use the root user in my db connection.

Steps to reproduce

Followed the installation guide.

Expected behavior

Tenant databases are created

Laravel version

latest

stancl/tenancy version

latest

stancl commented 2 months ago

Please don't use bug reports for support questions.

plompd commented 2 months ago

Sorry.