* Add routes example for 11.x, use AuthServiceProvider instead of AppServiceProvider
* Change `Passport::$registersRoutes = false` to `Passport::ignoreRoutes()`
* Add middleware to Passport 11.x code section
* Improve the route registration guide clarity
* Use `boot()` instead of `register()` in some places
* Update the guide to use `boot()` instead of `register()` in some places
* 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>
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>