Skip to content

Commit 4a755a1

Browse files
authored
Add laravel package discovery
1 parent bd135f9 commit 4a755a1

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)