mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-13 02:34:03 +00:00
Update nova.blade.md
This commit is contained in:
parent
f27ebc21fc
commit
eb22c1dd42
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ To make Nova part of your tenant application, do the following:
|
||||||
php artisan vendor:publish --tag=nova-migrations
|
php artisan vendor:publish --tag=nova-migrations
|
||||||
```
|
```
|
||||||
> Note: Unfortunately, Nova will still be adding its migrations to your central migrations. This is something we'd like to solve in the future.
|
> Note: Unfortunately, Nova will still be adding its migrations to your central migrations. This is something we'd like to solve in the future.
|
||||||
- Add the `'tenancy'` middleware group to your `nova.middleware` config. Example:
|
- Add the `tenancy` middleware group to your `nova.middleware` config. Example:
|
||||||
```php
|
```php
|
||||||
'middleware' => [
|
'middleware' => [
|
||||||
'tenancy',
|
'tenancy',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue