Skip to content

Commit 08b516f

Browse files
committed
Update readme
1 parent 03c9402 commit 08b516f

File tree

1 file changed

+6
-30
lines changed

1 file changed

+6
-30
lines changed

README.md

Lines changed: 6 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -35,43 +35,19 @@ You can install the package via composer:
3535
**Scout 8**
3636

3737
``` bash
38-
composer require pmatseykanets/laravel-scout-postgres:7.0.0
38+
composer require pmatseykanets/laravel-scout-postgres:7
3939
```
4040

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.
5442

5543
``` bash
56-
composer require pmatseykanets/laravel-scout-postgres:3.1.0
44+
composer require pmatseykanets/laravel-scout-postgres:7.1
5745
```
5846

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**
7248

7349
``` bash
74-
composer require pmatseykanets/laravel-scout-postgres:0.2.1
50+
composer require pmatseykanets/laravel-scout-postgres:5
7551
```
7652

7753
### Laravel
@@ -88,7 +64,7 @@ If you're using Laravel < 5.5 or if you have package auto-discovery turned off y
8864

8965
### Lumen
9066

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.
9268
To fix this include the following snippet either directly in `bootstrap.app` or in your autoloaded helpers file i.e. `app/helpers.php`.
9369

9470
```php

0 commit comments

Comments
 (0)