You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a Laravel 4-8 package for working with trees in relational databases.
8
7
8
+
It is a fork of [lazychaser/laravel-nestedset](https://github.com/lazychaser/laravel-nestedset) and contains general patches which are required for using the library with [Lychee](https://github.com/LycheeOrg/Lychee). Note that the patches are **not** specific for Lychee, but a generally useful. Inter alia:
9
+
10
+
* Routines respect a foreign key constraint on the parent-child-relation by taking care that changes to the tree are applied in the correct order.
11
+
* The code does not fail if the model which uses `NoteTrait` does not directly extend `Model` but indirectly inherits `Model` via another parent class.
12
+
9
13
***Laravel 8.0** is supported since v6
10
14
***Laravel 5.7, 5.8, 6.0, 7.0** is supported since v5
11
15
***Laravel 5.5, 5.6** is supported since v4.3
12
16
***Laravel 5.2, 5.3, 5.4** is supported since v4
13
17
***Laravel 5.1** is supported in v3
14
18
***Laravel 4** is supported in v2
15
19
16
-
Although this project is completely free for use, I appreciate any support!
17
-
18
-
-__[Donate via PayPal](https://www.paypal.me/lazychaser)__
0 commit comments