Skip to content

Commit 4d3d1d7

Browse files
committed
installation
1 parent 1ede2d8 commit 4d3d1d7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

composer.json

+7
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,12 @@
3131
"test": "phpunit",
3232
"format": "php-cs-fixer fix --allow-risky=yes",
3333
"analyse": "phpstan analyse"
34+
},
35+
"extra": {
36+
"laravel": {
37+
"providers": [
38+
"Lazycode\\Permissions\\PermissionsServiceProvider"
39+
]
40+
}
3441
}
3542
}

0 commit comments

Comments
 (0)