biscolab/laravel-recaptcha

Using on sub folder

DAGATOAMM opened this issue · 1 comments

When de laravel is installed on subfolder the default_validation_route generate 404.

To Reproduce
Steps to reproduce the behavior:

  1. install libraries and config all
  2. When laravel is on subfolder the http://domain/subfolder/biscolab-recaptcha/validate?token=
    generate 404

Hi @DAGATOAMM, take a look at Configuration file.
Since v3.2.0 you can set your validation route, the default value is biscolab-recaptcha/validate but you can change that at your convenience. Did you set default_validation_route?