mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 10:14:03 +00:00
Revert changes of third step
This commit is contained in:
parent
a07c7965d5
commit
9d627fe294
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ To use Passport inside the tenant part of your application, you may do the follo
|
||||||
];
|
];
|
||||||
```
|
```
|
||||||
|
|
||||||
3. In your `AppServiceProvider`, add `Passport::ignoreMigrations()` to the `register` method to prevent Passport migrations from running in the central application. Also add `Passport::loadKeysFrom(storage_path(config('passport.storage.key_path')))` there
|
3. Prevent Passport migrations from running in the central application by adding `Passport::ignoreMigrations()` to the `register` method in your `AppServiceProvider`.
|
||||||
|
|
||||||
4. Apply Passport migrations by running `php artisan migrate`.
|
4. Apply Passport migrations by running `php artisan migrate`.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue