© 2026 Hedgehog Software, LLC

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

FileUpload with ImageEditor on save prevent redirect

How to prevent redirect on save, if on resource there is FileUpload with ImageEditor and also
protected function getRedirectUrl(): string
{
    return $this->previousUrl ?? $this->getResource()::getUrl('index');
}
protected function getRedirectUrl(): string
{
    return $this->previousUrl ?? $this->getResource()::getUrl('index');
}
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

FileUpload imageEditor()
FilamentFFilament / ❓┊help
2y ago
FileUpload imageEditor Alpine Error
FilamentFFilament / ❓┊help
3y ago
How To Apply `->imageEditor` on FileUpload v2?
FilamentFFilament / ❓┊help
16mo ago
Prevent image saving with FileUpload (v2)
FilamentFFilament / ❓┊help
3y ago