Skip to content

Commit 06f06af

Browse files
committed
Update readme
1 parent 76633db commit 06f06af

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

README.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ This package makes it easy to use native PostgreSQL Full Text Search capabilitie
1212
## Contents
1313

1414
- [Installation](#installation)
15-
- [Scout 4.x](#scout-4x)
16-
- [Scout 2.x, 3.x](#scout-2x-3x)
17-
- [Scout 1.x](#scout-1x)
15+
- [Scout 5](#scout-5)
16+
- [Scout 4](#scout-4)
17+
- [Scout 2, 3](#scout-2-3)
18+
- [Scout 1](#scout-1)
1819
- [Laravel](#laravel)
1920
- [Lumen](#lumen)
2021
- [Configuration](#configuration)
@@ -35,25 +36,30 @@ This package makes it easy to use native PostgreSQL Full Text Search capabilitie
3536

3637
You can install the package via composer:
3738

38-
### Scout 4.x (Laravel 5.4+)
39+
### Scout 5
3940

4041
``` bash
4142
composer require pmatseykanets/laravel-scout-postgres
4243
```
4344

44-
### Scout 2.x, 3.x
45+
### Scout 4
46+
47+
``` bash
48+
composer require pmatseykanets/laravel-scout-postgres:2.3.0
49+
```
50+
51+
### Scout 2, 3
4552

4653
``` bash
4754
composer require pmatseykanets/laravel-scout-postgres:1.0.0
4855
```
4956

50-
### Scout 1.x
57+
### Scout 1
5158

5259
``` bash
5360
composer require pmatseykanets/laravel-scout-postgres:0.2.1
5461
```
5562

56-
5763
### Laravel
5864

5965
If you're using Laravel < 5.5 or if you have package auto-discovery turned off you have to manually register the service provider:

0 commit comments

Comments
 (0)