We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0c666a commit 869c375Copy full SHA for 869c375
composer.json
@@ -17,7 +17,6 @@
17
"phpunit/phpunit": "~7.0",
18
"omnicode/lara-test": "~4.0",
19
"orchestra/testbench": "~3.0"
20
-
21
},
22
"autoload": {
23
"psr-4": {
@@ -28,5 +27,16 @@
28
27
29
"Tests\\": "tests/"
30
}
+ },
31
+ "extra": {
32
+ "laravel": {
33
+ "providers": [
34
+ "LaraSupport\\ServiceProvider\\LaraSupportServiceProvider"
35
+ ],
36
+ "aliases": {
37
+ "LaraDB": "LaraSupport\\Facades\\LaraDB",
38
+ "LaraPassword": "LaraSupport\\Facades\\LaraPassword"
39
+ }
40
41
42
0 commit comments