Skip to content

Commit 78e57b0

Browse files
committed
Auto register provider
1 parent 7f5bdb3 commit 78e57b0

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
@@ -30,5 +30,12 @@
3030
"illuminate/testing": "^7.0|^8.20",
3131
"orchestra/testbench": "^6.7",
3232
"pestphp/pest-plugin-livewire": "^0.3.2"
33+
},
34+
"extra": {
35+
"laravel": {
36+
"providers": [
37+
"Lean\\ConsoleLog\\ConsoleLogServiceProvider"
38+
]
39+
}
3340
}
3441
}

0 commit comments

Comments
 (0)