undefined array key "Navigation"

At first, I have lara-zeus/sky installed, and I want do disabled the Navigation menu there with hideResources (https://larazeus.com/docs/sky/v3/getting-started/configuration) But then came out error like hideResources is undefined, and then I just revert back the code, and the error just like in image keep popping out. Is there anyone ever met similar issue? and how to fix this? or what other things should I check? What i've done after that: - clear cache and view cache - reinstall zeus/sky - composer update - remove vendor folder, composer install Thank you, any help really appreciated
Configuration | sky | Lara Zeus
simple CMS for your website. it includes posts, pages, tags, and categories, with a frontend scaffolding. | lara zeus sky
No description
Solution:
Never mind, actually lara-zeus/sky get updated, but not with configuration. need to add this on config ``` 'models' => [ ......
Jump to solution
1 Reply
Solution
raysaber
raysaber13mo ago
Never mind, actually lara-zeus/sky get updated, but not with configuration. need to add this on config
'models' => [
...
'Navigation' => \LaraZeus\Sky\Models\Navigation::class,
],
'models' => [
...
'Navigation' => \LaraZeus\Sky\Models\Navigation::class,
],
Want results from more Discord servers?
Add your server