intrip / laravel-authentication-acl

Laravel authentication and ACL admin panel package based on sentry
287 stars 110 forks source link

Captcha loading error in Signup page #139

Closed PrasannaT closed 8 years ago

PrasannaT commented 8 years ago

FatalErrorException in CaptchaBuilder.php line 320: Call to undefined function Gregwar\Captcha\imagettfbbox()

giving this when loading user/signup page

intrip commented 8 years ago

Did you install GD Library or Imagick?

PrasannaT commented 8 years ago

yes. That's the issue. Thanks mate.