multi-tenant icon indicating copy to clipboard operation
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

Results 81 multi-tenant issues
Sort by recently updated
recently updated
newest added

__Proposed behavior__ sqlsrv driver __Current behavior__ mysql and postgreslq drivers

enhancement
good first issue

__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: ![image](https://user-images.githubusercontent.com/5647089/59099467-74537d00-8923-11e9-9da5-6503d7c059ca.png)...

technical debt
good first issue

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...

research

__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...

enhancement
research
good first issue

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...

integration

__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...

enhancement

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...

research

__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...

support

__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...

bug

__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 ---...

bug