mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 18:24:03 +00:00
Update passport.blade.md
Added a note about using Passport in the Central and client applications.
This commit is contained in:
parent
c79c31f1c2
commit
7fa31007d7
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 connection. This way, it will work in both Central and client applications.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue