F
Filamentβ€’2mo ago
frame

Custom form handling

Is there something like https://filamentphp.com/docs/3.x/actions/prebuilt-actions/create#customizing-the-creation-process but for forms? I want to do some http requests and manually create models when form is submitted. Or do I need to use regular laravel observers? πŸ˜Άβ€πŸŒ«οΈ
Solution:
It was CreateRecord::handleRecordCreation my dumb ass didn't know where to look πŸ˜Άβ€πŸŒ«οΈ
Jump to solution
1 Reply
Solution
frame
frameβ€’2mo ago
It was CreateRecord::handleRecordCreation my dumb ass didn't know where to look πŸ˜Άβ€πŸŒ«οΈ

Did you find this page helpful?