Skip to content

Commit

Permalink
remove useless stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
ildyria committed Mar 2, 2024
1 parent 6e51afc commit 3b6d65d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 118 deletions.
117 changes: 0 additions & 117 deletions CHANGELOG.markdown

This file was deleted.

3 changes: 2 additions & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@
[![Latest Unstable Version](https://poser.pugx.org/lychee-org/nestedset/v/unstable.svg)](https://packagist.org/packages/lychee-org/nestedset)
[![License](https://poser.pugx.org/lychee-org/nestedset/license.svg)](https://packagist.org/packages/lychee-org/nestedset)

This is a Laravel 4-10 package for working with trees in relational databases.
This is a Laravel 4-11 package for working with trees in relational databases.

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:

* 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.
* The code does not fail if the model which uses `NoteTrait` does not directly extend `Model` but indirectly inherits `Model` via another parent class.

* **Laravel 11.0** is supported in v9
* **Laravel 10.0** is supported in v8
* **Laravel 9.0** is supported in v7
* _**Laravel 8.0** is supported in v6.0.1_
Expand Down

0 comments on commit 3b6d65d

Please sign in to comment.