* Add disclaimer about the Passport version (10.x)
The Passport guide was written before the release of 11.x
* Update passport.blade.md
Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>
* Update spatie.blade.md
When a tenant is created through the central app TenancyBootstraped is called and wrong permissions are cached if permissions between central and tenant apps are different.
* Add instruction to reset cache key on TenancyEnded
Co-authored-by: lukinovec <lukinovec@gmail.com>
* Improve Orchid integration docs page
Rewrote the docs and removed some bits because they seemed extra (like changing `HOME` or prefixing the tenant routes).
* Fix typo
* Add note about possible error
* Update hyperlink
* add Laravel Orchid integration
* add the path to the "home" route for central application
* fix link to Universal Routes
* fixed formatting (lots of spaces)
Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>
* Update livewire.blade.md
Unless aliased, when going thru the dox on setting up Livewire using the previous code will fail with an error: Target class "[InitializeTenancyByDomain]" does not exist.
Changing it to the full namespace works fine.
* Update livewire.blade.md
* remove indentation
Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>
I managed to get passport work with this code, not really sure if loadKeysFrom should be in boot method and if overriding passport config is proper way.
* Update passport.blade.md
Added a note about using Passport in the Central and client applications.
* Update source/docs/v3/integrations/passport.blade.md
Co-authored-by: Samuel Štancl <samuel.stancl@gmail.com>
* chore: (Improve documentation search for V3)
* fix: checks for mispelled words
* fix: mispelled words
* fix spaces and syntax
* Update multi-database-tenancy.blade.md
Co-authored-by: Samuel Stancl <samuel.stancl@gmail.com>
- Fixed the snippet for passing tags to the job
- Wrapped content in a Tags header to prepare for more content in the
future
- Added comment to method to mimic Laravel's documentation regardin the
matter
- Made it slightly more clear that the tags method should be applied to
the actual job class