captcha icon indicating copy to clipboard operation
captcha copied to clipboard

Captcha check always false

Open hamog opened this issue 8 years ago • 6 comments

Captcha check is always false, i think session is not set? (in laravel 5.2)

hamog avatar Jun 26 '16 15:06 hamog

i have the same! @hamog

mcxzyang avatar Jun 27 '16 14:06 mcxzyang

I has fix the case.In captcha\src\CaptchaServiceProvider.php line 29 $this->app['router']->get('captcha/{config?}', '\Mews\Captcha\CaptchaController@getCaptcha')->middleware('web'); add ->middleware('web');

mcxzyang avatar Jun 27 '16 14:06 mcxzyang

Oh yes, Thanks @mcxzyang

hamog avatar Jun 27 '16 14:06 hamog

Thanks @mcxzyang !

lazyboy1801 avatar Jul 09 '16 02:07 lazyboy1801

good job!

nosun avatar Jul 10 '16 07:07 nosun

Another way to solve this is to use the latest version by using "mews/captcha": "dev-master" in your composer file.

RobbeVW avatar Jul 17 '16 12:07 RobbeVW