File tree Expand file tree Collapse file tree 1 file changed +6
-30
lines changed Expand file tree Collapse file tree 1 file changed +6
-30
lines changed Original file line number Diff line number Diff line change @@ -35,43 +35,19 @@ You can install the package via composer:
35
35
** Scout 8**
36
36
37
37
``` bash
38
- composer require pmatseykanets/laravel-scout-postgres:7.0.0
38
+ composer require pmatseykanets/laravel-scout-postgres:7
39
39
```
40
40
41
- ** Scout 7**
42
-
43
- ``` bash
44
- composer require pmatseykanets/laravel-scout-postgres:5.0.0
45
- ```
46
-
47
- ** Scout 6**
48
-
49
- ``` bash
50
- composer require pmatseykanets/laravel-scout-postgres:4.0.0
51
- ```
52
-
53
- ** Scout 5**
41
+ For Laravel 8 support use ` 7.1 ` an up.
54
42
55
43
``` bash
56
- composer require pmatseykanets/laravel-scout-postgres:3.1.0
44
+ composer require pmatseykanets/laravel-scout-postgres:7.1
57
45
```
58
46
59
- ** Scout 4**
60
-
61
- ``` bash
62
- composer require pmatseykanets/laravel-scout-postgres:2.3.0
63
- ```
64
-
65
- ** Scout 2, 3**
66
-
67
- ``` bash
68
- composer require pmatseykanets/laravel-scout-postgres:1.0.0
69
- ```
70
-
71
- ** Scout 1**
47
+ ** Scout 7**
72
48
73
49
``` bash
74
- composer require pmatseykanets/laravel-scout-postgres:0.2.1
50
+ composer require pmatseykanets/laravel-scout-postgres:5
75
51
```
76
52
77
53
### Laravel
@@ -88,7 +64,7 @@ If you're using Laravel < 5.5 or if you have package auto-discovery turned off y
88
64
89
65
### Lumen
90
66
91
- Scout service provider uses ` config_path ` helper that is not included in the Lumen.
67
+ Scout service provider uses ` config_path ` helper that is not included in Lumen.
92
68
To fix this include the following snippet either directly in ` bootstrap.app ` or in your autoloaded helpers file i.e. ` app/helpers.php ` .
93
69
94
70
``` php
You can’t perform that action at this time.
0 commit comments