© 2026 Hedgehog Software, LLC

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

getRedirectUrl

After creating a new Product i need to redirect from create page to another menu along with created data..
protected function getRedirectUrl(): string
    {
        return Url('app/kit-fee');
    }
protected function getRedirectUrl(): string
    {
        return Url('app/kit-fee');
    }

This code working but i need to send created data along with it..
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

getRedirectUrl() can be set globally?
FilamentFFilament / ❓┊help
3y ago
Share data from `CreateRecord::handleRecordCreation` to `getRedirectUrl`
FilamentFFilament / ❓┊help
11mo ago
getRedirectUrl() not works - how to use it?
FilamentFFilament / ❓┊help
2y ago
How to getRedirectUrl to page not Resource?
FilamentFFilament / ❓┊help
2y ago