© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
13 replies
kian

Create action on custom page

I made a custom page and want to add a 'new' button to it. I added it, when i press it it shows an empty model with only buttons.
protected function getHeaderActions(): array
    {
        return [
            Actions\CreateAction::make()
            ->record(new Page())
        ];
    }
protected function getHeaderActions(): array
    {
        return [
            Actions\CreateAction::make()
            ->record(new Page())
        ];
    }


how can i make it so it opens a modal with fields?
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

test custom action on resource/create page
FilamentFFilament / ❓┊help
3y ago
How to create custom page on view action?
FilamentFFilament / ❓┊help
3y ago
Infolist action on custom page
FilamentFFilament / ❓┊help
2y ago
Export action on custom page
FilamentFFilament / ❓┊help
3y ago