Skip to content

Commit d18401d

Browse files
committed
Support Auto-Discovery
1 parent 8aec936 commit d18401d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

composer.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,16 @@
3232
"Rollbar\\Laravel\\": "src/"
3333
}
3434
},
35+
"extra": {
36+
"laravel": {
37+
"providers": [
38+
"Rollbar\\Laravel\\RollbarServiceProvider"
39+
],
40+
"aliases": {
41+
"Rollbar": "Rollbar\\Laravel\\Facades\\Rollbar"
42+
}
43+
}
44+
},
3545
"scripts": {
3646
"test": [
3747
"phpunit --coverage-clover build/logs/clover.xml",

0 commit comments

Comments
 (0)