captcha-com / laravel-captcha

BotDetect PHP CAPTCHA Generator integration for the Laravel framework.
https://captcha.com/doc/php/laravel-captcha-quickstart.html
36 stars 9 forks source link

My captcha not showing #2

Open phamquoclk opened 7 years ago

phamquoclk commented 7 years ago

My captcha not showing image How do I debug

I am using Lavarel 5.3

THanks & Regards

shudanti commented 7 years ago

You can set APP_DEBUG=true in .env file. Next, open developer tools in the browser (press F12). Goto Elements tab. Inspect "BDC_CaptchaImageDiv" div. You can find image url in there, open and see what's wrong with it.