Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

bobbyborisov's avatar

Laravel Nova Nested Forms

Guys, i am looking for help! I am wondering if anybody of you are using https://github.com/yassipad/laravel-nova-nested-form and currently there is an issue with this package. Does anybody knows any alternative. I was trying to look into the forks and see if anybody got it working but could not see the solution. I am asking here before diving into the package source code. Problem is that it does not create nested relationships anymore like before.

Cheers

0 likes
3 replies
jlrdw's avatar

Just use a laravel resource normally for this. If you want it to start from nova as the admin area, fine. Just have the proper authorized link to run the code normally as if you were not using nova. Nova sits on top of laravel, so get your usage out of laravel as needed.

bobbyborisov's avatar

@sabid thanks for the suggestion, i might revert to see if it is working with 2.6.1 Nova or not. but i think i tried it before it the issue was the same. basically my issue is the following -> https://github.com/yassipad/laravel-nova-nested-form/issues/81. My case with using these nested relationships is using using predefined templates, think of it as i save it lets say i am creating a user, with posts and comments relationship, i am saving it one, then creating the template and then i am selecting it and it populates everything from the user, comments and posts and then i am saving it with the create button. i hope it can be achieved with the inline relationship? are you using it as well?

Please or to participate in this conversation.