Thanks. I am looking for a manageable way inside of filament, where you can easily add redirects and edit them. So adding them in the .htaccess isn't really the way.
I am making a package that will create a custom page on a resource. In there I am sort of recreating the table, but with some extra things. Thats why I want a create button on top
Thank you. I am looking to edit the data from inside my custom field. These documentations refer to the 'EditPage class' and 'CreatePage class' which are things i dont want to edit. Is there somewhere else I can look?
I want to do that, but im not sure how i can return data that way. I know i can use $wire.<method> but that will fire the method set in CreateLocation.php in my case.