File tree Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,10 @@ This package makes it easy to use native PostgreSQL Full Text Search capabilitie
12
12
## Contents
13
13
14
14
- [ 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 )
18
19
- [ Laravel] ( #laravel )
19
20
- [ Lumen] ( #lumen )
20
21
- [ Configuration] ( #configuration )
@@ -35,25 +36,30 @@ This package makes it easy to use native PostgreSQL Full Text Search capabilitie
35
36
36
37
You can install the package via composer:
37
38
38
- ### Scout 4.x (Laravel 5.4+)
39
+ ### Scout 5
39
40
40
41
``` bash
41
42
composer require pmatseykanets/laravel-scout-postgres
42
43
```
43
44
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
45
52
46
53
``` bash
47
54
composer require pmatseykanets/laravel-scout-postgres:1.0.0
48
55
```
49
56
50
- ### Scout 1.x
57
+ ### Scout 1
51
58
52
59
``` bash
53
60
composer require pmatseykanets/laravel-scout-postgres:0.2.1
54
61
```
55
62
56
-
57
63
### Laravel
58
64
59
65
If you're using Laravel < 5.5 or if you have package auto-discovery turned off you have to manually register the service provider:
You can’t perform that action at this time.
0 commit comments