josiasmontag / laravel-recaptchav3

Laravel package for Google's Recaptcha V3
MIT License
188 stars 37 forks source link

error message #42

Open srakl opened 4 months ago

srakl commented 4 months ago

hi,

how do i change the error message? it outputs this validation.recaptchav3 sorry, new to laravel.

jefsev commented 3 months ago

Optionally, you can publish the config file:

php artisan vendor:publish --provider="Lunaweb\RecaptchaV3\Providers\RecaptchaV3ServiceProvider"