Samuel Štancl

Results 36 issues of Samuel Štancl

We'll either merge this PR or #689 (after force pushing these changes into that branch), but for wrapping up the changes we'll be using this PR.

feature
v4
final review

Resolved conflicts in #782 ### Original description As discussed here #779, this PR adds a new feature to this package: **pending tenants**. This adds: - Four new config settings: `pending.include_in_scope`,...

feature
Don't merge yet
v4
ready

## Update: Version 4 is now in early access, see the `#announcements` channel on [our Discord](https://archte.ch/discord) Hey everyone, Soon (in a few weeks) I'll start working on the next major...

announcement

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

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

The Trix component doesn't transform `$styling` at all, it simply does `class="{{ $styling }}"` This is inconsistent with e.g. Pikaday, which has no `$styling` prop and simply passes attributes (including...