captcha
captcha copied to clipboard
Nothing show by using captcha_img()
I use laravel5.1.Nothing show by using captcha_img().How can I fix this problem?thanks!!! I am using the latest verson of laravel/homestead.
(https://cloud.githubusercontent.com/assets/12492618/14872979/1d7da862-0d24-11e6-87d1-c255687a70a7.png)
I check the bowser and the captcha png image response, the answer is "this request has no preview available", how can i fix this?thans a lot!
Same here.
I got this problem a moment ago. In my case, it was because the Image Intervention package in my project use 'imagick' instead of 'gd' as its driver. I changed it in the config/image.php and the issue was resolved.