Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

Commit

Permalink
Add package discovery to composer (#5)
Browse files Browse the repository at this point in the history
Add package discovery to composer for Laravel 5.5.
  • Loading branch information
piperone authored and Grimthorr committed Apr 10, 2018
1 parent 2c433a6 commit 63e40e4
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/helpers.php"
]
},
"minimum-stability": "stable"
"minimum-stability": "stable",
"extra": {
"laravel": {
"providers": [
"Grimthorr\\LaravelToast\\ServiceProvider"
],
"aliases": {
"Toast": "Grimthorr\\LaravelToast\\Facade"
}
}
}
}

0 comments on commit 63e40e4

Please sign in to comment.