Commit 4f696345 authored by Nguyen Van Anh's avatar Nguyen Van Anh Committed by GitHub

Merge pull request #79 from m1guelpf/patch-1

Support Auto-Discovery
parents ebe7673d dfc1a229
...@@ -18,5 +18,15 @@ ...@@ -18,5 +18,15 @@
"psr-4": { "psr-4": {
"Anhskohbo\\NoCaptcha\\": "src/" "Anhskohbo\\NoCaptcha\\": "src/"
} }
},
"extra": {
"laravel": {
"providers": [
"Anhskohbo\\NoCaptcha\\NoCaptchaServiceProvider"
],
"aliases": {
"NoCaptcha": "Anhskohbo\\NoCaptcha\\Facades\\NoCaptcha"
}
}
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment