FilamentF
Filament2y ago
Fik

overlook

i have an issue that i want to set every single time during create and edit . it will redirect to view page . But i received an error says the record is missing in this code. how and what is the right way to insert record
together in this code ?

protected function getRedirectUrl(): string
{
return $this->getResource()::getUrl('view');
}
Was this page helpful?