Create Relationship in new window not in popup
I want to create realtionships in new window. For example i have course and lessons then i want to add a lesson but by open in new window.
2 Replies
Filament provides a relation manager
https://filamentphp.com/docs/3.x/panels/resources/relation-managers#creating-a-relation-manager
You can also create a custom page
https://filamentphp.com/docs/3.x/panels/resources/relation-managers#relation-pages
thanks