This repository was archived by the owner on Nov 4, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +39
-60
lines changed Expand file tree Collapse file tree 3 files changed +39
-60
lines changed Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ There are information about Elasticsearch installation and the package usage exa
42
42
The package has been tested in the following configuration:
43
43
44
44
* PHP version > ; = 7.0
45
- * Laravel Framework version > ; = 5.4
46
- * Elasticsearch version > ; = 5.2
45
+ * Laravel Framework version > ; = 5.5
46
+ * Elasticsearch version > ; = 5.5
47
47
48
48
## Installation
49
49
@@ -53,15 +53,6 @@ Use composer to install the package:
53
53
composer require babenkoivan/scout-elasticsearch-driver
54
54
```
55
55
56
- Once you've installed the package, you need to register service providers in the ` config/app.php ` file:
57
-
58
- ``` php
59
- 'providers' => [
60
- Laravel\Scout\ScoutServiceProvider::class,
61
- ScoutElastic\ScoutElasticServiceProvider::class
62
- ]
63
- ```
64
-
65
56
## Configuration
66
57
67
58
To configure the package you need to publish settings first:
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " babenkoivan/scout-elasticsearch-driver" ,
3
- "type" : " library" ,
4
- "description" : " The Elasticsearch Driver for Laravel Scout" ,
5
- "keywords" : [
6
- " elastic" ,
7
- " elasticsearch" ,
8
- " driver" ,
9
- " engine" ,
10
- " laravel" ,
11
- " scout" ,
12
- " search"
13
- ],
14
- "homepage" : " https://babenkoivan.github.io/scout-elasticsearch-driver/" ,
15
- "license" : " MIT" ,
16
- "authors" : [
17
- {
18
- "name" : " Babenko Ivan" ,
19
-
20
- "role" : " Developer"
2
+ "name" : " babenkoivan/scout-elasticsearch-driver" ,
3
+ "type" : " library" ,
4
+ "description" : " The Elasticsearch Driver for Laravel Scout" ,
5
+ "keywords" : [
6
+ " elastic" ,
7
+ " elasticsearch" ,
8
+ " driver" ,
9
+ " engine" ,
10
+ " laravel" ,
11
+ " scout" ,
12
+ " search"
13
+ ],
14
+ "homepage" : " https://babenkoivan.github.io/scout-elasticsearch-driver/" ,
15
+ "license" : " MIT" ,
16
+ "authors" : [
17
+ {
18
+ "name" : " Babenko Ivan" ,
19
+
20
+ "role" : " Developer"
21
+ }
22
+ ],
23
+ "require" : {
24
+ "elasticsearch/elasticsearch" : " ^5.1" ,
25
+ "laravel/scout" : " ^3.0"
26
+ },
27
+ "autoload" : {
28
+ "psr-4" : {
29
+ "ScoutElastic\\ Tests\\ " : " tests/" ,
30
+ "ScoutElastic\\ " : " src/"
31
+ }
32
+ },
33
+ "extra" : {
34
+ "laravel" : {
35
+ "providers" : [
36
+ " ScoutElastic\\ ScoutElasticServiceProvider"
37
+ ]
38
+ }
21
39
}
22
- ],
23
- "require" : {
24
- "elasticsearch/elasticsearch" : " ^5.1" ,
25
- "laravel/scout" : " ^3.0"
26
- },
27
- "autoload" : {
28
- "psr-4" : {
29
- "ScoutElastic\\ Tests\\ " : " tests/" ,
30
- "ScoutElastic\\ " : " src/"
31
- }
32
- }
33
40
}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments