Skip to content

Commit

Permalink
added package auto discovery for L5.5 and up
Browse files Browse the repository at this point in the history
  • Loading branch information
gwleuverink committed Jun 21, 2017
1 parent 45835ab commit e592a11
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,16 @@
"Unisharp\\Laravelfilemanager\\": "src/"
}
},
"bin": ["bin/debug"]
"bin": ["bin/debug"],
"extra": {
"laravel": {
"providers": [
"Unisharp\\Laravelfilemanager\\LaravelFilemanagerServiceProvider",
"Intervention\\Image\\ImageServiceProvider"
],
"aliases": {
"Image": "Intervention\\Image\\Facades\\Image"
}
}
}
}

0 comments on commit e592a11

Please sign in to comment.