Skip to content

Commit

Permalink
Merge pull request #66 from amouillard/patch-1
Browse files Browse the repository at this point in the history
Add laravel package discovery
  • Loading branch information
fxcosta authored Feb 20, 2018
2 parents bd135f9 + 4a755a1 commit 21eaf32
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,13 @@
"psr-4": {
"Fx3costa\\LaravelChartJs\\" : "src/"
}
},

"extra": {
"laravel": {
"providers": [
"Fx3costa\\LaravelChartJs\\Providers\\ChartjsServiceProvider"
]
}
}
}

0 comments on commit 21eaf32

Please sign in to comment.