This is a Laravel 4-10 package for working with trees in relational databases. NSM shows good performance when the tree is updated rarely. It is tuned to be fast for getting related nodes. It'is ideally suited for building multi-depth menus or categories for shops. The nested set model is to number the nodes according to a tree traversal, which visits each node twice, assigning numbers in the order of visiting, and at both visits. This leaves two numbers for each node, which are stored as two...