Update nova.blade.md

This commit is contained in:
Chris Brown 2019-10-15 15:12:59 -04:00 committed by GitHub
parent f27ebc21fc
commit eb22c1dd42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ To make Nova part of your tenant application, do the following:
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.
- Add the `'tenancy'` middleware group to your `nova.middleware` config. Example:
- Add the `tenancy` middleware group to your `nova.middleware` config. Example:
```php
'middleware' => [
'tenancy',