From 8c8431ab762ea8f3628093f479c9928bf0c19778 Mon Sep 17 00:00:00 2001 From: Saif Allah Khaled Date: Wed, 30 Mar 2022 18:09:14 +0200 Subject: [PATCH] fix layout of nova page (#154) --- 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