eloquent-tree icon indicating copy to clipboard operation
eloquent-tree copied to clipboard

Eloquent Tree is a tree model for Laravel Eloquent ORM.

Results 2 eloquent-tree issues
Sort by recently updated
recently updated
newest added

Hello, When you modify a record by setting `parent_id = null`, the path and level values are not updated. Then if you want to call `setAsRoot()`, it doesn't work because...

Hello, We're using eloquent-tree to handle hierarchy between users. We spoted some performance issue when registering a new user and could track it down to `setChildOf()`. The problem is that...

bug