File tree 1 file changed +7
-15
lines changed
1 file changed +7
-15
lines changed Original file line number Diff line number Diff line change 1
1
# Baum v2
2
2
3
- [ ![ Build Status] ( https://travis-ci.org/gazsp/baum.svg?branch=2.0.2 )] ( https://travis-ci.org/gazsp/baum )
4
- [ ![ Coverage Status] ( https://coveralls.io/repos/github/gazsp/baum/badge.svg?branch=2.0.2 )] ( https://coveralls.io/github/gazsp/baum?branch=2.0.2 )
5
- [ ![ StyleCI] ( https://github.styleci.io/repos/47506280/shield?branch=2.0.2 &style=flat )] ( https://github.styleci.io/repos/47506280 )
3
+ [ ![ Build Status] ( https://travis-ci.org/gazsp/baum.svg?branch=master )] ( https://travis-ci.org/gazsp/baum )
4
+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/gazsp/baum/badge.svg?branch=master )] ( https://coveralls.io/github/gazsp/baum?branch=master )
5
+ [ ![ StyleCI] ( https://github.styleci.io/repos/47506280/shield?branch=master &style=flat )] ( https://github.styleci.io/repos/47506280 )
6
6
7
7
## Nested Set implementation for Laravel
8
8
@@ -111,18 +111,10 @@ ordinary trees are suddenly quite fast. Nifty, isn't it?
111
111
<a name =" installation " ></a >
112
112
## Installation
113
113
114
- Baum works with Laravel 5.5 (and PHP 7) and above. You can add it to your ` composer.json ` file
115
- with:
116
-
117
- "gazsp/baum": "2.0"
118
-
119
- Run ` composer install ` to install it.
120
-
121
- As with most Laravel 5 packages you'll then need to register the Baum
122
- * service provider* . To do that, head over your ` config/app.php ` file and add
123
- the following line into the ` providers ` array:
124
-
125
- 'Baum\Providers\BaumServiceProvider',
114
+ Baum works with Laravel 5.8 (and PHP 7.2) and above. You can add it to your project with:
115
+ ```
116
+ composer require gazsp/baum:2.*
117
+ ```
126
118
127
119
<a name =" getting-started " ></a >
128
120
## Getting started
You can’t perform that action at this time.
0 commit comments