Skip to content

Commit 78b3cc9

Browse files
committed
Add service provider to composer.json
Enables Laravel package discovery
1 parent 2e02534 commit 78b3cc9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

composer.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@
77
"email": "amiryousefi.it@gmail.com"
88
}
99
],
10+
"extra": {
11+
"laravel": {
12+
"providers": [
13+
"amir\\laravelpermission\\LaravelPermissionServiceProvider"
14+
]
15+
}
16+
},
1017
"require": {},
1118
"autoload": {
1219
"psr-4": {

0 commit comments

Comments
 (0)