Skip to content

Commit

Permalink
Autoload provider
Browse files Browse the repository at this point in the history
  • Loading branch information
chinleung authored Aug 11, 2021
1 parent bf0a319 commit af974d0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,12 @@
"psr-4": {
"Nutsweb\\LaravelPrerender\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"Nutsweb\\LaravelPrerender\\LaravelPrerenderServiceProvider"
]
}
}
}

0 comments on commit af974d0

Please sign in to comment.