© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago
Erwin.van.den.Berg

Problems adding plugin (Filament navigation)

When adding the Filament Navigation plugin and configuring it to use a new item Type. I receive an error message stating 'call to a member function connection() on null' my code is:

->plugin(FilamentNavigation::make()->itemType('Page', [
                Select::make('post_id')
                    ->options(Page::all()->pluck('title', 'id')->toArray())
            ]));
->plugin(FilamentNavigation::make()->itemType('Page', [
                Select::make('post_id')
                    ->options(Page::all()->pluck('title', 'id')->toArray())
            ]));


Anyone who knows what I do wrong?
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

path filament plugin in navigation menu
FilamentFFilament / ❓┊help
16mo ago
No method named visible in Filament\Navigation\NavigationItem class
FilamentFFilament / ❓┊help
3y ago
Adding navigationitems dynamically
FilamentFFilament / ❓┊help
13mo ago
Small problems with navigationSort
FilamentFFilament / ❓┊help
5mo ago