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

Commit adc69d5

Browse files
author
Robert Kummer
authored
Merge pull request #50 from mvdnbrk/master
Adds auto discovery.
2 parents 640e452 + 7239f8f commit adc69d5

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

composer.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,15 @@
3131
"support": {
3232
"issues": "https://github.com/ipunkt/laravel-analytics/issues",
3333
"source": "https://github.com/ipunkt/laravel-analytics/archive/master.zip"
34-
}
34+
},
35+
"extra": {
36+
"laravel": {
37+
"providers": [
38+
"Ipunkt\\LaravelAnalytics\\AnalyticsServiceProvider"
39+
],
40+
"aliases":{
41+
"Analytics": "Ipunkt\\LaravelAnalytics\\AnalyticsFacade"
42+
}
43+
}
44+
}
3545
}

0 commit comments

Comments
 (0)