Skip to content

Commit ad464b7

Browse files
committed
Adjusted readme.md
1 parent 9b966d3 commit ad464b7

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

README.markdown

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,18 @@
1-
[![Build Status](https://travis-ci.org/lazychaser/laravel-nestedset.svg?branch=master)](https://travis-ci.org/lazychaser/laravel-nestedset)
2-
[![Total Downloads](https://poser.pugx.org/kalnoy/nestedset/downloads.svg)](https://packagist.org/packages/kalnoy/nestedset)
3-
[![Latest Stable Version](https://poser.pugx.org/kalnoy/nestedset/v/stable.svg)](https://packagist.org/packages/kalnoy/nestedset)
4-
[![Latest Unstable Version](https://poser.pugx.org/kalnoy/nestedset/v/unstable.svg)](https://packagist.org/packages/kalnoy/nestedset)
5-
[![License](https://poser.pugx.org/kalnoy/nestedset/license.svg)](https://packagist.org/packages/kalnoy/nestedset)
1+
[![Total Downloads](https://poser.pugx.org/lychee-org/nestedset/downloads.svg)](https://packagist.org/packages/lychee-org/nestedset)
2+
[![Latest Stable Version](https://poser.pugx.org/lychee-org/nestedset/v/stable.svg)](https://packagist.org/packages/lychee-org/nestedset)
3+
[![Latest Unstable Version](https://poser.pugx.org/lychee-org/nestedset/v/unstable.svg)](https://packagist.org/packages/lychee-org/nestedset)
4+
[![License](https://poser.pugx.org/lychee-org/nestedset/license.svg)](https://packagist.org/packages/lychee-org/nestedset)
65

76
This is a Laravel 4-8 package for working with trees in relational databases.
87

8+
It is a fork of [lazychaser/laravel-nestedset](https://github.com/lazychaser/laravel-nestedset) and contains patches which are required for using the library with [Lychee](https://github.com/LycheeOrg/Lychee).
9+
910
* **Laravel 5.7, 5.8, 6.0, 7.0, 8.0** is supported since v5
1011
* **Laravel 5.5, 5.6** is supported since v4.3
1112
* **Laravel 5.2, 5.3, 5.4** is supported since v4
1213
* **Laravel 5.1** is supported in v3
1314
* **Laravel 4** is supported in v2
1415

15-
Although this project is completely free for use, I appreciate any support!
16-
17-
- __[Donate via PayPal](https://www.paypal.me/lazychaser)__
18-
1916
__Contents:__
2017

2118
- [Theory](#what-are-nested-sets)

0 commit comments

Comments
 (0)