-
Здраствуйте, на Вашем месте я б реализовал категории по алгоритму NestedSets
-
I've tried to use JPANestedset which seems great and perfectly respond to my need but Play! model uses long ID and NodeInfo int ID..... I'm not a Java GURU and I don't know workaround to inherit from …
poum updated
12 years ago
-
Hi,
I followed the read me and used composer for the installation and I cannot install this extension properly.
When I call
```
$countries = new Menu(['name' => 'Countries']);
$countries->makeRoot…
-
It'd be really handy if this was on https://packagist.org/, for use with Composer. Thanks!
-
Problem 1
- kalnoy/nestedset 1.0 requires illuminate/support >=4.0, found illuminate/support[v4.0.0, ..., v4.1.30] but these were not loaded, likely because it conflicts with another require.
…
-
-
```
ErrorException (Declaration of Kalnoy\Nestedset\BaseRelation::getRelationCountHash() should be compatible with Illuminate\Database\Eloquent\Relations\Relation::getRelationCountHash($incrementJoin…
-
Die Sammlungen (Collection) Objekte bilden in der Datenbank eine Baumstruktur ab. Dafür haben wir eine eigenen `NestedSet` Implementation. In Issue #131 geht es um die Umstellung auf Doctrine im Allge…
-
Using the following simple Tree
```php
#[ORM\Entity(repositoryClass: OURepository::class)]
#[ORM\Table(name: 'ous')]
#[ORM\Index(columns: ['lft', 'rgt'], name: 'idx_tree')]
#[Gedmo\Tree(type: '…
-
Thank you for this awesome package! Do you plan to upgrade package to be compatible with laravel 11?
```
Problem 1
- Conclusion: don't install kalnoy/nestedset v6.0.3 (conflict analysis resul…