igoshev / laravel-captcha

Captcha integration for the Laravel
https://laravel.bonecms.tech/laravel-captcha
MIT License
79 stars 35 forks source link

Captcha image not load because of IndiraK.ttf font file #59

Open osmanabdelsalam opened 9 months ago

osmanabdelsalam commented 9 months ago

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')