Tags: MichaelKampmann/tenancyforlaravel
Tags
Use assetPathResolver closure if set (archtechx#1221) The original Vite Facade uses the assetPathResolver closure (if set) to generate assets with a custom URL. This is needed when for example assets are cached on a CDN, or if you need assets from a central URL while in Tenant context. This updates the Tenancy version of the Vite-Facade to bring back the assetPathResolver logic.
Fixing RedisCluster deprecation of phpredis 6. (archtechx#1208)
[3.x] Laravel 11 support (archtechx#1180) * Laravel 11 support * wip * trigger ci * fix ci file * try setting charset and collation on the default mysql connection * Set default cache driver to redis in tests * drop and recreate id column separately in autoincrement_ids_are_supported * set default redis client to predis in tests * revert fail-fast * try reverting TenantModelTest change * migrate phpunit configuration * add parent::tearDown() call
Forget tenant parameter when a tenant is resolved from cache in PathT… …enantResolver (fix archtechx#1174)
Make universal routes work for controller middleware (archtechx#1151) * Make universal routes work for controller middleware * add a fallback --------- Co-authored-by: chillbram <[email protected]> Co-authored-by: Samuel Štancl <[email protected]>
PreviousNext