captcha
captcha copied to clipboard
Captcha check always false
Captcha check is always false, i think session is not set? (in laravel 5.2)
i have the same! @hamog
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');
Oh yes, Thanks @mcxzyang
Thanks @mcxzyang !
good job!
Another way to solve this is to use the latest version by using "mews/captcha": "dev-master"
in your composer file.