Libraries tagged by parent child relations
paxha/laravel-recursive-relationships
55566 Downloads
This Laravel Eloquent extension provides recursive relationships using common table.
unisharp/laravel-pagerender
87 Downloads
Provide functions to render regular pages with parent-child relationships.
godisco/acltree-bundle
1087 Downloads
Symfony2 Bundle for hierarchy relationship between entities with ACL Permissions.
promethys/checkbox-tree
12 Downloads
A Filament form component that provides hierarchical checkbox selection with parent-child relationships.
igaster/eloquent-inheritance
150 Downloads
Use a One-To-One (or One-To-Many) relation between a parent & child Tables to simulate inheritance between Models
michaelorenda/laravel-recursive-relations
5 Downloads
Recursive parent-child traversal for Eloquent models.
pharaonic/laravel-relational
7 Downloads
Laravel - Simple relationships (Parents/Children) for model.
maso/treeify
25 Downloads
Laravel package allows you to convert flat collections of models into hierarchical tree structures, simplifying parent-child relationships management.
tetthys/eloquent-hierarchy
35 Downloads
Lightweight Eloquent trait for self-referential (recursive) models with parent/children relations and O(1)/EXISTS() checks.