Skip to content

Commit eb8c007

Browse files
committed
Include support for Laravel 5.5 package auto discover
1 parent 6d0d7b1 commit eb8c007

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,5 +25,12 @@
2525
"files": [
2626
"src/helpers.php"
2727
]
28+
},
29+
"extra": {
30+
"laravel": {
31+
"providers": [
32+
"Yab\\MySQLScout\\Providers\\MySQLScoutServiceProvider"
33+
]
34+
}
2835
}
2936
}

0 commit comments

Comments
 (0)