Skip to content

Commit 2d0f569

Browse files
Auto package discovery. No need to add service provider and aliases in app.php.
1 parent bb5ce97 commit 2d0f569

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

composer.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,15 @@
2222
"Flynsarmy\\DbBladeCompiler\\": "src/"
2323
}
2424
},
25-
"minimum-stability": "stable"
26-
}
25+
"minimum-stability": "stable",
26+
"extra": {
27+
"laravel": {
28+
"providers": [
29+
"Flynsarmy\\DbBladeCompiler\\DbBladeCompilerServiceProvider"
30+
],
31+
"aliases": {
32+
"DbView": "Flynsarmy\\DbBladeCompiler\\Facades\\DbView"
33+
}
34+
}
35+
}
36+
}

0 commit comments

Comments
 (0)