© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
1 reply
ded7978

Action after Create

I want to do some actions after create. But its not working. Am I doing it right?

    protected function getCreateFormAction(): \Filament\Actions\Action
    {
        return parent::getCreateFormAction()->afterFormValidated(function() {
            dd(1111111111111111111);
        }); // TODO: Change the autogenerated stub
    }
    protected function getCreateFormAction(): \Filament\Actions\Action
    {
        return parent::getCreateFormAction()->afterFormValidated(function() {
            dd(1111111111111111111);
        }); // TODO: Change the autogenerated stub
    }
image.png
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

Action after "Create"
FilamentFFilament / ❓┊help
3y ago
How to prefill data after "createAnother" action?
FilamentFFilament / ❓┊help
3y ago
create action
FilamentFFilament / ❓┊help
2y ago
hiding create & createAnother
FilamentFFilament / ❓┊help
3y ago