8000 added package auto discovery for L5.5 and up · abcdmitry/laravel-filemanager@e592a11 · GitHub
[go: up one dir, main page]

8000
Skip to content

Commit e592a11

Browse files
author
gwleuverink
committed
added package auto discovery for L5.5 and up
1 parent 45835ab commit e592a11

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

composer.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,16 @@
4242
"Unisharp\\Laravelfilemanager\\": "src/"
4343
}
4444
},
45-
"bin": ["bin/debug"]
45+
"bin": ["bin/debug"],
46+
"extra": {
47+
"laravel": {
48+
"providers": [
49+
"Unisharp\\Laravelfilemanager\\LaravelFilemanagerServiceProvider",
50+
"Intervention\\Image\\ImageServiceProvider"
51+
],
52+
"aliases": {
53+
"Image": "Intervention\\Image\\Facades\\Image"
54+
}
55+
}
56+
}
4657
}

0 commit comments

Comments
 (0)
0