From e7e371a07031f7c75db89d9923b857240f54ee4f Mon Sep 17 00:00:00 2001 From: Saif Allah Khaled Date: Wed, 16 Mar 2022 19:24:02 +0200 Subject: [PATCH] fix layout of nova page --- source/docs/v3/integrations/nova.blade.md | 1 + 1 file changed, 1 insertion(+) diff --git a/source/docs/v3/integrations/nova.blade.md b/source/docs/v3/integrations/nova.blade.md index 431bd6d..ee58eee 100644 --- a/source/docs/v3/integrations/nova.blade.md +++ b/source/docs/v3/integrations/nova.blade.md @@ -24,6 +24,7 @@ To use Nova inside of the tenant part of your application, do the following: - Prevent Nova from adding its migrations to your central migrations by adding `Nova::ignoreMigrations()` to `NovaServiceProvider::boot()` (Don't do this if you want to use Nova **[both in the central & tenant parts]({{ $page->link('features/universal-routes') }})** of the app.) - Add the tenancy middleware to your `nova.middleware` config. Example: + ```php 'middleware' => [ // You can make this simpler by creating a tenancy route group