Skip to content

Commit c777096

Browse files
committed
PHPORM-28 Add Scout engined to index into MongoDB Search
1 parent dc2a19d commit c777096

File tree

7 files changed

+851
-1
lines changed

7 files changed

+851
-1
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
},
3636
"require-dev": {
3737
"mongodb/builder": "^0.2",
38+
"laravel/scout": "^11",
3839
"league/flysystem-gridfs": "^3.28",
3940
"league/flysystem-read-only": "^3.0",
4041
"phpunit/phpunit": "^10.3",
@@ -70,7 +71,8 @@
7071
"laravel": {
7172
"providers": [
7273
"MongoDB\\Laravel\\MongoDBServiceProvider",
73-
"MongoDB\\Laravel\\MongoDBBusServiceProvider"
74+
"MongoDB\\Laravel\\MongoDBBusServiceProvider",
75+
"MongoDB\\Laravel\\Scout\\ScoutServiceProvider"
7476
]
7577
}
7678
},

0 commit comments

Comments
 (0)