Using on sub folder
DAGATOAMM opened this issue · 1 comments
DAGATOAMM commented
When de laravel is installed on subfolder the default_validation_route generate 404.
To Reproduce
Steps to reproduce the behavior:
- install libraries and config all
- When laravel is on subfolder the http://domain/subfolder/biscolab-recaptcha/validate?token=
generate 404
biscolab commented
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
?