From f27ebc21fcf799ab700158abf65748fcd8787e10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Tue, 15 Oct 2019 18:12:55 +0200 Subject: [PATCH] Note about nova migrations --- docs/source/v2/nova.blade.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/v2/nova.blade.md b/docs/source/v2/nova.blade.md index 680c538..78a0bc6 100644 --- a/docs/source/v2/nova.blade.md +++ b/docs/source/v2/nova.blade.md @@ -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' => [