laravel-captcha
laravel-captcha copied to clipboard
Captcha image not load because of IndiraK.ttf font file
when I'm try to show the captcha in view by @captcha
directive it throws error exception:
ErrorException: imagettftext(): Could not find/open font in file neelain_certificates/vendor/bonecms/laravel-captcha/src/Captcha/Generator/GeneratorWaves.php on line 28
If I comment the font line in config file the error goes away.
'font' => base_path('vendor/bonecms/laravel-captcha/src/resources/fonts/IndiraK.ttf')