tenancy-docs
tenancy-docs copied to clipboard
stancl/tenancy docs & website
The new version of Laravel Passport has been released, but the documentation has not been updated to reflect the changes. **Issue:** The new version of Laravel Passport has been released,...
I find that there is a lack of a complete test example in the documentation, especially for testing an API endpoint. Indeed, I am using multi-database tenancy with domain routing,...
v4 notes
Writing down notes to mention in v4 docs, so that we can clean up the issues here. - ~Mention that there will be multiple connections open (= that the central...
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...
Including additional configuration information, to prevent `invalid key set` issue.
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...
Just had to track down the namespace before using these traits, figured it would be easier for those who come after if they are already in the docs.
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...
I made some minor changes to @FelipeVeiga proposal and added them to the documentation. See https://github.com/archtechx/tenancy/issues/628#issuecomment-1161863700