Skip to content

v3.3.1

Compare
Choose a tag to compare
@atmonshi atmonshi released this 06 Nov 14:31
· 105 commits to 3.x since this release
0336b7d

What's Changed

Added a Small feature to allow to hide Resources from Navigation:

in your panel provider you can hide any resource from the side nav

->hideResources([
        FaqResource::class,
    ])

for more check out the docs:
https://larazeus.com/docs/sky/v3/getting-started/configuration

Full Changelog: v3.3.0...v3.3.1