Skip to content

Commit

Permalink
Laravel Package Discovery Support
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxu committed Jan 13, 2018
1 parent 739578c commit d1444bc
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,12 @@
"psr-4": {
"FuXu\\LaraSitemap\\": "src/"
}
}
},
"extra": {
"laravel": {
"providers": [
"FuXu\\LaraSitemap\\SitemapServiceProvider"
]
}
}
}

0 comments on commit d1444bc

Please sign in to comment.