ryangjchandler / filament-navigation

Build structured navigation menus in Filament.
MIT License
168 stars 64 forks source link

Unable to install package in Filament 3.X #110

Closed pritborteam closed 5 months ago

pritborteam commented 6 months ago

I am unable to install this package in latest Filament 3.X. Error says it needs Filament 2.X version .

ryangjchandler commented 6 months ago

Install v1.0.0-beta5. That has v3 support.

pritborteam commented 5 months ago

Install v1.0.0-beta5. That has v3 support.

hi Ryan.. thanks it installed fine. But I dint find Navigation menu displaying in my admin panel. I dint even find Navigation resource. i checked the package. Model and migration is fine. Do i need to manually create Navigation resource in Admin panel selecting your model.

ryangjchandler commented 5 months ago

You need to make sure you register the Plugin in your PanelProvider class.

pritborteam commented 5 months ago

You need to make sure you register the Plugin in your PanelProvider class.

It is already registered in my Admin panel. But I don't see any NavigationResource anywhere. Do I need to run any publish command further. I rerun publish asset.

pritborteam commented 5 months ago

Hi Ryan, I got it working. I reinstalled it. I realized that i should have installed the plugin, then register immediately in panel provider. And then migrate and asset publish. In previous attempts, I was doing registration after migration. Thanks.