Thungdemo
Thungdemo
https://github.com/igoshev/laravel-captcha/blob/49f798a3dec12305306ccd0c90f1d2f5ce4997ca/src/Captcha/Captcha.php#L107 changing `$route = route('bone.captcha.image', [], false) ` to `$route = route('bone.captcha.image', [])` fixes the issue The passing false as the third parameter generates a relative URL which causes the...
For those using v2.2.*, I have found a workaround. Publish the view files `php artisan vendor:publish --provider="Igoshev\Captcha\Providers\CaptchaServiceProvider" --tag="bone-captcha-views"` Open the file `resources/views/vendor/bone/captcha/image.blade.php` Then replace everything with the following code ```...