igoshev / laravel-captcha

Captcha integration for the Laravel
https://laravel.bonecms.tech/laravel-captcha
MIT License
79 stars 35 forks source link

Renew code if code expired #43

Open masoodvahid opened 4 years ago

masoodvahid commented 4 years ago

if code expired, just wrong captcha error showed. there is two solution for this problem. first is custom validation error for expired code and second renew automatically code if code expired.

thanks for clean code