mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 10:14:03 +00:00
Update passport.blade.md (#190)
Update passport.blade.md to correctly show tenant migration command
This commit is contained in:
parent
2769460a1a
commit
c6d5a420ee
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ To use Passport inside the tenant part of your application, you may do the follo
|
||||||
|
|
||||||
3. Prevent Passport migrations from running in the central application by adding `Passport::ignoreMigrations()` to the `register` method in your `AppServiceProvider`.
|
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 tenants:migrate`.
|
||||||
|
|
||||||
5. Register the Passport routes in your `AuthServiceProvider` by adding the following code to the provider's `boot` method.
|
5. Register the Passport routes in your `AuthServiceProvider` by adding the following code to the provider's `boot` method.
|
||||||
```php
|
```php
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue