Skip to content

Commit ad427aa

Browse files
committed
Add automatic package discovery
1 parent e061eef commit ad427aa

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

composer.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,15 @@
2424
"src/Laracasts/Flash/functions.php"
2525
]
2626
},
27-
"minimum-stability": "stable"
27+
"minimum-stability": "stable",
28+
"extra": {
29+
"laravel": {
30+
"providers": [
31+
"Laracasts\\Flash\\FlashServiceProvider"
32+
],
33+
"aliases": {
34+
"Flash": "Laracasts\\Flash\\Flash"
35+
}
36+
}
37+
}
2838
}

0 commit comments

Comments
 (0)