Skip to content
This repository was archived by the owner on Aug 22, 2021. It is now read-only.

Commit 06f7689

Browse files
authored
Merge pull request overtrue#32 from mingyoung/patch-1
Auto-Discovery.
2 parents 369f0a4 + 75d6d50 commit 06f7689

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
@@ -18,5 +18,12 @@
1818
},
1919
"require-dev": {
2020
"fabpot/php-cs-fixer": "^1.10"
21+
},
22+
"extra": {
23+
"laravel": {
24+
"providers": [
25+
"Overtrue\\LaravelUEditor\\UEditorServiceProvider"
26+
]
27+
}
2128
}
2229
}

0 commit comments

Comments
 (0)