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

Commit

Permalink
Merge pull request #50 from mvdnbrk/master
Browse files Browse the repository at this point in the history
Adds auto discovery.
  • Loading branch information
Robert Kummer authored Sep 10, 2018
2 parents 640e452 + 7239f8f commit adc69d5
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,15 @@
"support": {
"issues": "https://github.com/ipunkt/laravel-analytics/issues",
"source": "https://github.com/ipunkt/laravel-analytics/archive/master.zip"
}
},
"extra": {
"laravel": {
"providers": [
"Ipunkt\\LaravelAnalytics\\AnalyticsServiceProvider"
],
"aliases":{
"Analytics": "Ipunkt\\LaravelAnalytics\\AnalyticsFacade"
}
}
}
}

0 comments on commit adc69d5

Please sign in to comment.