From f8f6f646bd2255e6f32b377f75f45f69e84b1d32 Mon Sep 17 00:00:00 2001 From: php coder Date: Mon, 6 Nov 2023 16:18:29 +0300 Subject: [PATCH] Update upgrade.md --- docs/getting-started/upgrade.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/getting-started/upgrade.md b/docs/getting-started/upgrade.md index 78e958d..89da650 100644 --- a/docs/getting-started/upgrade.md +++ b/docs/getting-started/upgrade.md @@ -8,6 +8,15 @@ weight: 100 remove `FilamentNavigation::make(),` from your panel plugins +if you published the config file, add the `Navigation` key to the `models` array + +```php +'models' => [ + //... + 'Navigation' => \LaraZeus\Sky\Models\Navigation::class, + ], +``` + ## upgrade to v3.2 In v3.2, I refactored the configuration to separate the frontend configuration from filament-related ones.