lukinovec
lukinovec
### Bug description Manually initializing Tenancy in manual mode throws an exception. The error only seems to occur on the first `$tenant->run()` call. Stack trace: (I moved the logic to...
Related issue: https://github.com/stancl/tenancy-docs/issues/73
To use kernel identification, add InitializeTenancyByPath or InitializeTenancyByRequestData to $middleware in your App/Http/Kernel.php. To use route-level identification, apply the middleware directly to the route – with route-level path identification, you...
When using path or query string identification with other packages, the links retrieved by `route()` (e.g. Jetstream views) or `temporarySignedRoute()` (e.g. Livewire file uploads) in tenant context don't get the...
In this part of [the docs](https://tenancyforlaravel.com/docs/v3/tenant-identification/#request-data-identification), add a note that says that if the request has multiple payload types (e.g., the request has both the 'X-Tenant' header and cookie), the...
--- title: Pending tenants extends: _layouts.documentation section: content --- # Pending tenants {#pending-tenants} Too many tenant migrations can make creating new tenants very slow. To solve that, you can create...
NOTE: Update this if the `tenancy.filesystem.url_override` config key name changes ([for more context](https://github.com/archtechx/tenancy/commit/f2d562cd8b81255877d14ecb92f351e9c78d8b4f#r82264553)) ## **Link** (tenant-aware) {link} The `tenants:link` command can be used to create or remove symbolic links of...
In response to https://github.com/stancl/tenancy-docs/issues/72, I'm adding a short integration guide for Laravel Scout.
Make it clear that to make Sanctum work correctly in the tenant app, the Sanctum migrations need to be present in the `migrations/tenant` folder in the first place.