Skip to content
This repository was archived by the owner on Sep 23, 2022. It is now read-only.

Commit e9d4c75

Browse files
committed
Declare extra composer settings for Laravel auto discovery feature.
1 parent 60354e4 commit e9d4c75

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
@@ -32,5 +32,12 @@
3232
"psr-4": {
3333
"CHStudio\\LaravelTransclude\\Tests\\": "tests"
3434
}
35+
},
36+
"extra": {
37+
"laravel": {
38+
"providers": [
39+
"CHStudio\\LaravelTransclude\\TranscludeServiceProvider"
40+
]
41+
}
3542
}
3643
}

0 commit comments

Comments
 (0)