Skip to content

Commit

Permalink
Merge pull request #13 from j3j5/auto-discovery
Browse files Browse the repository at this point in the history
Add autodiscovery for Laravel 5.5.
  • Loading branch information
dusterio committed Feb 16, 2018
2 parents 68cefb3 + 42c6c86 commit 0c1bbff
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 @@ -27,5 +27,12 @@
"psr-4": {
"Dusterio\\LinkPreview\\": "src/"
}
},
"extra":{
"laravel": {
"providers": [
"Dusterio\\LinkPreview\\Integrations\\LaravelServiceProvider"
]
}
}
}

0 comments on commit 0c1bbff

Please sign in to comment.