tenancy icon indicating copy to clipboard operation
tenancy copied to clipboard

Automatic multi-tenancy for Laravel. No code changes needed.

Results 80 tenancy issues
Sort by recently updated
recently updated
newest added

#### Description The project should support the database driver as a caching option. The CacheManager forces the use of tags, making the database driver untenable. Instead, as an option, the...

feature
v4

#### Description Allow defining the template connection using an array, like this: ```php 'template_tenant_connection' => [ 'driver' => 'mysql', // ... ], ``` And maybe (?) merge it with the...

feature
v4
database

#### Describe the bug I have an app that uses Livewire and Laravel Vapor for deployment. I found that because of the way those packages internally use the asset() helper...

v4

#### Description When impersonating a tenant user it would be good if this could be checked and acted on #### Why this should be added When providing user support or...

feature
v4

(This should actually be contributed to the https://github.com/stancl/virtualcolumn package.) #### Description `where()` should automatically detect that a non-column is being used. #### Why this should be added So that the...

feature
v4
database

#### Description Support cache prefix mode for separating tenant caches. #### Why this should be added To support more drivers than Redis.

feature
v4

#### Description & Why this should be added Currently when you want to use the `route()` function in combination with the path identification method of identifying tenants. You are required...

feature
v4
routing

#### Description Scope central routes using another mechanism than `Route::domain()` to allow for using route names with multiple central domains. #### Why this should be added Right now only one...

feature
v4
routing

https://github.com/archtechx/tenancy/issues/654#issuecomment-848209019

feature
v4