When to use a relation manager?

Hi everyone,

I’m curious about the best practices for when to use a relation manager instead of a resource in Filament. For instance, if a model has a BelongsToMany relationship (e.g., with a Tag model), would it make sense to use a relation manager in that case? Or is it common practice to use both a relation manager and a resource for the same relationship?

Any guidance on this would be appreciated!

Thanks.
Was this page helpful?