Skip to content

Commit 12c8d2f

Browse files
kronthtoErickTamayo
authored andcommitted
Enable Laravel5.5 package Auto-Discovery (ErickTamayo#81)
1 parent 52a464a commit 12c8d2f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

composer.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@
2525
"suggest": {
2626
"elasticsearch/elasticsearch": "Required to use the Elasticsearch engine (^5.0)."
2727
},
28+
"extra": {
29+
"laravel": {
30+
"providers": [
31+
"ScoutEngines\\Elasticsearch\\ElasticsearchProvider"
32+
]
33+
}
34+
},
2835
"minimum-stability": "dev",
2936
"prefer-stable": true
3037
}

0 commit comments

Comments
 (0)