Skip to content

Commit

Permalink
Add Laravel 5.5 application files
Browse files Browse the repository at this point in the history
  • Loading branch information
srmklive committed Sep 1, 2017
1 parent 2bc01be commit 90d5ba0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,15 @@
"psr-4": {
"Srmklive\\FlashAlert\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"Srmklive\\FlashAlert\\FlashAlertServiceProvider"
],
"aliases": {
"FlashAlert": "Srmklive\\FlashAlert\\Facades\\FlashAlert"
}
}
}
}

0 comments on commit 90d5ba0

Please sign in to comment.