RyanDaDeng / laravel-google-recaptcha-v3

It's probably the best Laravel Package for Google reCAPTCHA v3. Vue component supported.
MIT License
275 stars 40 forks source link

/verify route not being registered #58

Closed tongtastic closed 4 years ago

tongtastic commented 4 years ago

After completing the installation instructions, any request, regardless of type, made to /verify results in a 404.

No cache, all cleared, running using VueJS validation Laravel 6.5.2

Thanks in advance

abishekrsrikaanth commented 4 years ago

Got the same issue. @RyanDaDeng any idea how to fix this?

RyanDaDeng commented 4 years ago

im looking into it

RyanDaDeng commented 4 years ago

@tongtastic @abishekrsrikaanth /verify should be implemented by your end. It is just a example route in the demo. You need to specify your own controller function and receive response and then check https://github.com/RyanDaDeng/laravel-google-recaptcha-v3#validation-class Validation Usage

RyanDaDeng commented 4 years ago

or check this sample: https://github.com/RyanDaDeng/laravel-google-recaptcha-v3/wiki/Simple-Demo