Skip to content

Commit

Permalink
add laravel auto discovering
Browse files Browse the repository at this point in the history
  • Loading branch information
maherelgamil authored Sep 5, 2019
1 parent 463b5cc commit 8c42387
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 @@ -30,5 +30,15 @@
"psr-4": {
"Buzzylab\\Aip\\": "src"
}
},
"extra": {
"laravel": {
"providers": [
"Buzzylab\\Aip\\Laravel\\AipServiceProvider"
],
"aliases": {
"Arabic": "Buzzylab\\Aip\\Laravel\\Facades\\AipFacade"
}
}
}
}

0 comments on commit 8c42387

Please sign in to comment.