Skip to content

Commit 21eaf32

Browse files
authored
Merge pull request #66 from amouillard/patch-1
Add laravel package discovery
2 parents bd135f9 + 4a755a1 commit 21eaf32

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

composer.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,13 @@
2020
"psr-4": {
2121
"Fx3costa\\LaravelChartJs\\" : "src/"
2222
}
23+
},
24+
25+
"extra": {
26+
"laravel": {
27+
"providers": [
28+
"Fx3costa\\LaravelChartJs\\Providers\\ChartjsServiceProvider"
29+
]
30+
}
2331
}
2432
}

0 commit comments

Comments
 (0)