Support the ongoing development of Laravel.io →
Requests Packages
Last updated 2 years ago.
0

take a look at this http://webcodertools.com/imagetobase64converter/Create

your missing

<img alt="" src="data:image/jpeg;base64,<your image data>
Last updated 2 years ago.
0

Using HTML: image I can show the image, but it comes out with some strange characters. The image below shows this.

HTML::image(Captcha::show(), 'Captcha image');

http://i.imgur.com/J8MQgba.png

My route only has this:

Route::get('/', function()
{
return  HTML::image(Captcha::show(), 'Captcha image');  
});

complete code

Last updated 2 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.