Skip to content

Commit

Permalink
Merge pull request #15 from derheyne/laravel-autodiscover
Browse files Browse the repository at this point in the history
Add Laravel auto-discovery
  • Loading branch information
sergeyklay authored Sep 25, 2018
2 parents c2962d4 + 73d3a33 commit 7d54402
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,15 @@
"psr-4": {
"Pdffiller\\LaravelInfluxProvider\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"Pdffiller\\LaravelInfluxProvider\\InfluxDBServiceProvider"
],
"aliases": {
"Influx": "Pdffiller\\LaravelInfluxProvider\\InfluxDBFacade"
}
}
}
}

0 comments on commit 7d54402

Please sign in to comment.