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

Commit

Permalink
Declare extra composer settings for Laravel auto discovery feature.
Browse files Browse the repository at this point in the history
  • Loading branch information
shulard committed Aug 30, 2017
1 parent 60354e4 commit e9d4c75
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,12 @@
"psr-4": {
"CHStudio\\LaravelTransclude\\Tests\\": "tests"
}
},
"extra": {
"laravel": {
"providers": [
"CHStudio\\LaravelTransclude\\TranscludeServiceProvider"
]
}
}
}

0 comments on commit e9d4c75

Please sign in to comment.