How to Create Captcha in Advance Laravel

preview_player
Показать описание
If have any problems please ask me below. thanks for subscribe my youtube channels. thanks you
Рекомендации по теме
Комментарии
Автор

It worked perfectly. Thanks a lot :)
In Bootstrap 4, 'Panel' is not available and hence panel-default may not work. Panel has been scraped off after Bootstrap 3. You can use 'Card' instead.

divyagurumoorthy
Автор

Is there a refresh captcha option that works purely on JS?

divyagurumoorthy
Автор

Hi Sir, this is such a informative video. I wanted to use the same in laravel 6.0 & m just beginner on laravel. So, I have follwed the same steps but i m getting error when i call the captcha_img() function in my form blade. can you pls suggest what could be possibly wrong ? Thanks

satvinderkaur
Автор

Sir Thank you everything working fine Except refresh. Getting response on refresh {"captcha":{}} and captcha image in not refreshing .
It refresh only page load time.
please tell me the reason. thanks

mohdsuhail
Автор

hello, I followed your code but error

"Use of undefined constant captcha_img - assumed 'captcha_img' "

where is variable captcha-img value came from?

thank's

alpianlagih
Автор

Sir thanks for this informative video. However I face a tricky problem. The "refresh_captcha" url is working, whenever I refresh it returns different images.

My only problem is in the ajax "data.captcha" it returns undefined in my console.log so it is not working. Can you help me with this problem Sir?

mrwong
Автор

When I send an e-mail to reset my password, do I need to use a captcha, if necessary, can you tell me why, if not difficult?

sergey_gabrielyan
Автор

even i have the same issue "Use of undefined constant captcha_img - assumed 'captcha_img' (this will throw an Error in a future version of PHP) (View:
I checked mews folder there contain captcha_img.

bimalashrestha