© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
3 replies
Jap

Create, Edit Page of a Resource to Modal

Hello anyone know how can i convert my create and edit page to modal? Thank you.
Solution
Jusr remove the create and edit pages from the resource then the create and edit actions will use modals instead. Like this:

    public static function getPages(): array
    {
        return [
            'index' => Pages\ListUsers::route('/'),
        ];
    }
    public static function getPages(): array
    {
        return [
            'index' => Pages\ListUsers::route('/'),
        ];
    }
Jump to solution
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

How to make create/edit a modal instead of a page?
FilamentFFilament / ❓┊help
12mo ago
How to redirect to edit page from create modal?
FilamentFFilament / ❓┊help
3y ago
Send data from edit page to create page on a different resource.
FilamentFFilament / ❓┊help
2y ago
Relationship Managers using Full Create/Edit Page instead of modal.
FilamentFFilament / ❓┊help
2y ago