Skip to content

Commit f54b155

Browse files
authored
Update composer.json
Auto Package discovery for L5
1 parent 1bb265d commit f54b155

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
@@ -38,5 +38,12 @@
3838
},
3939
"scripts": {
4040
"test": "vendor/bin/phpunit"
41+
},
42+
"extra": {
43+
"laravel": {
44+
"providers": [
45+
"Thecodework\\TwoFactorAuthentication\\TwoFactorAuthenticationServiceProvider"
46+
]
47+
}
4148
}
4249
}

0 commit comments

Comments
 (0)