Register Form with Relations
Hi All,
I am making a custome register form just like the documents (https://filamentphp.com/docs/3.x/panels/users#customizing-the-authentication-features)
Here is my complete code for the register form (https://gist.github.com/sitenzo/e30e85cabad4020097eed43c3ca51fad)
I want to create a new user with relations on register, only the user is created without any relationship records.
This is my user model
Does anyone know if this is possible and if so, what am i overlooking?
Thanks for the support, if you need anymore information i can provide it.
Solution:Jump to solution
If anyone came across the same issue, the solution is as follow:
Add the parent function 'register' the the class
```php...
2 Replies