captcha icon indicating copy to clipboard operation
captcha copied to clipboard

Nothing show by using captcha_img()

Open stevejobsii opened this issue 8 years ago • 3 comments

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)

stevejobsii avatar Apr 28 '16 01:04 stevejobsii

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!

stevejobsii avatar Apr 28 '16 01:04 stevejobsii

Same here.

devfelipereis avatar May 30 '16 13:05 devfelipereis

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.

fahmyrm avatar Jun 11 '16 11:06 fahmyrm