mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 10:14:03 +00:00
Update passport.blade.md (#71)
* 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>
This commit is contained in:
parent
c79c31f1c2
commit
c90f6d9c5f
1 changed files with 2 additions and 0 deletions
|
|
@ -54,3 +54,5 @@ And again, you need to create clients in your tenant database seeding process.
|
||||||

|

|
||||||
|
|
||||||
And make sure you enable the *Universal Routes* feature.
|
And make sure you enable the *Universal Routes* feature.
|
||||||
|
|
||||||
|
Also change the value of `storage.database.connection` to `null` in the file `config/passport.php` to force Passport to use the default database connection. That way, Passport will work in both central and tenant parts of the application.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue