Skip to content

Commit

Permalink
Add automatic package discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyWay committed Jun 20, 2017
1 parent e061eef commit ad427aa
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,15 @@
"src/Laracasts/Flash/functions.php"
]
},
"minimum-stability": "stable"
"minimum-stability": "stable",
"extra": {
"laravel": {
"providers": [
"Laracasts\\Flash\\FlashServiceProvider"
],
"aliases": {
"Flash": "Laracasts\\Flash\\Flash"
}
}
}
}

0 comments on commit ad427aa

Please sign in to comment.