Skip to content

Commit

Permalink
Update upgrade.md
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi authored Nov 6, 2023
1 parent 5edec3a commit f8f6f64
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/getting-started/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f8f6f64

Please sign in to comment.