tenancy
tenancy copied to clipboard
Automatic multi-tenancy for Laravel. No code changes needed.
#### 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...
#### Description Allow defining the template connection using an array, like this: ```php 'template_tenant_connection' => [ 'driver' => 'mysql', // ... ], ``` And maybe (?) merge it with the...
#### 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...
#### 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...
(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...
#### Description Support cache prefix mode for separating tenant caches. #### Why this should be added To support more drivers than Redis.
#### 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...
#### 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...
https://github.com/archtechx/tenancy/issues/654#issuecomment-848209019