Skip to content

Commit 8d05485

Browse files
committed
Added package auto discovery for Laravel 5.5
1 parent a254a6f commit 8d05485

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
@@ -48,5 +48,12 @@
4848
},
4949
"config": {
5050
"sort-packages": true
51+
},
52+
"extra": {
53+
"laravel": {
54+
"providers": [
55+
"NotificationChannels\\Discord\\DiscordServiceProvider"
56+
]
57+
}
5158
}
5259
}

0 commit comments

Comments
 (0)