Daniël Klabbers
Daniël Klabbers
One consequence though is that the instance has already been resolved before we are able to flush it. I can imagine this is likely for a queued mailable, but I'm...
Are you sure a tenant actually exists? Setting the default connection to `tenant` without a tenant being identified causes the error you posted.. Especially in cli/artisan where this package has...
Do you have early identification enabled in your configuration?
The Directory class shouldn't work without an active Tenant. I think an older implementation only bound this class into IoC when identified.. Also, this class has low priority to me...
We used to have a separate connection name for migrations, but in discussions with @Thijmen we decided to drop it assuming migrations would only be ran inside artisan anyway.. I...
This should be pretty straightforward; it mimics the PR #524 slightly.
@singler009 tenant configuration for the database are created on the fly.
@noriods makes sense 👍 But let's keep it stupid simple first. Complexity can always added, it's harder to leave it out.
Love the idea!