multi-tenant
multi-tenant copied to clipboard
Run multiple websites using the same Laravel installation while keeping tenant specific data separated for fully independent multi-domain setups, previously github.com/hyn/multi-tenant
__Proposed behavior__ sqlsrv driver __Current behavior__ mysql and postgreslq drivers
__Description__ When making a normal http request to my application with only a simple view the application identifies the hostname about eight times. See this Event log from clockwork: ...
I am trying to change my tenant for testing purposes in a service provider's `boot()` method, but any tenant I change in the service provider seems to be set to...
__Description__ Hi @all I have a problem when queuing emails. I use Horizon to process my queue and hyn in version 5.5.0. Steps to reproduce for my problem: - 2...
Hi! I have a weird issue when using this package with spatie/laravel-event-sourcing. When I am running tests with PHPUnit everything fails after the first test. Illuminate\Contracts\Container\BindingResolutionException: Unresolvable dependency resolving [Parameter...
__Description of your feature__ If we use managed databases from DigitalOcean, they support only caching_sha2_password as auth plugin for mysql. We should add in config the option of what auth...
This issue is meant for gathering information and doing research on the possibility that Auto Job Tenancy Overriding is not working. ## Description We added Auto Job Tenancy #711 in...
__Description__ When running an artisan job that loops through all web sites - the URL within the results (an email) is set to localhost. I do have the 'update-app-url' set...
__Description__ When using the `tenancy.db.force-tenant-connection-of-models` config with `Illuminate\Notifications\DatabaseNotification::class` it results in DB error `Too many connections` in both test and production ready migrations. --- __Actual behavior__ As seen in this...
__Description__ Seems like this package's events are not firing for me, or rather, I'm unsuccessful in capturing those events. --- __Actual behavior__ Events not captured __Expected behavior__ Events captured ---...