saade / filament-adjacency-list

A Filament package to manage adjacency lists (aka trees).
https://filamentphp.com/plugins/saade-adjacency-list
MIT License
76 stars 13 forks source link

Feat/graph #19

Closed cheesegrits closed 9 months ago

cheesegrits commented 11 months ago

Initial cut at adding BelongsToMany support.

Tested with a simple children() relationship with Staudenmeir's HasGraphRelationships, with support for pivot attributes.

Also added a startCollapsed method.