Note about nova migrations

This commit is contained in:
Samuel Štancl 2019-10-15 18:12:55 +02:00
parent c25574989f
commit f27ebc21fc

View file

@ -12,6 +12,7 @@ To make Nova part of your tenant application, do the following:
```none
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:
```php
'middleware' => [