* 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