captcha icon indicating copy to clipboard operation
captcha copied to clipboard

Captcha for Laravel 5/6/7/8/9/10/11

Results 142 captcha issues
Sort by recently updated
recently updated
newest added

Hi , im using this captcha in a form and i want to do some tests .. how to get correct code and insert it in form to submit the...

I can use captcha in a simple form, but in ajax form I always see validation error wrong captcha. I cannot understand how to fix it. **blade view** ``` @csrf...

Captcha does not pass validation. What could be the problem? FortifyServiceProvider.php ``` Fortify::authenticateUsing(function (Request $request) { Validator::make($request->all(), [ 'captcha' => 'required|captcha' ])->validate(); $user = User::where('email', $request->email)->first(); if ($user && Hash::check($request->password,...

Problem 1 - mews/captcha[1.0.1, ..., 1.0.2] require illuminate/support ~4 -> found illuminate/support[v4.0.0-BETA2, ..., 4.2.x-dev] but these were not loaded, likely because it conflicts with another require. - Root composer.json requires...

Can you provide better docs for Stateless mode? How am I meant to get the $key param? Should that be sent by the user in the form request or is...

Submits successfully on first load but when I use the refresh image function the validation fails ("no match"). Any plans for documentation additions for this feature? page.blade.php ``` ... {!!...

Setting this up for the first time on a Laravel 8 app in order to protect my site from having a bunch of random bot registrations. I followed some examples...

I get an error 500 when I click the reload captcha and when I look the code in the controller I see this error on the reloadCaptcha function: ![image](https://user-images.githubusercontent.com/3321232/161219078-033f1309-ed86-42a9-ac84-3fb2c861c8e6.png)

When I load a form in an iFrame i get a validation error for the captcha. "Illuminate\Validation\ValidationException: The given data was invalid." But the same form (an the Captcha) works...

I am using php8.1 on windows and it prompts this error. I want to ask what is the reason? The official website prompts if the GD library version is less...