Skip to content

Commit 499263b

Browse files
Omranicrap2hpoutre
authored andcommitted
Support Auto-Discovery (#95)
1 parent 29a5a36 commit 499263b

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
@@ -21,5 +21,12 @@
2121
"Rap2hpoutre\\LaravelLogViewer\\": "src/"
2222
}
2323
},
24+
"extra": {
25+
"laravel": {
26+
"providers": [
27+
"Rap2hpoutre\\LaravelLogViewer\\LaravelLogViewerServiceProvider"
28+
]
29+
}
30+
},
2431
"minimum-stability": "stable"
2532
}

0 commit comments

Comments
 (0)