captcha icon indicating copy to clipboard operation
captcha copied to clipboard

how to display image below insert records into tables?

Open hufeng903 opened this issue 7 years ago • 0 comments

if return Captcha::create(). image display normal.

but like this
RegisterCode::create(['phone' => request('phone'), 'code' => json_encode(session('captcha'))]); return Captcha::create().

diaplay abnormal. why? how to resolve

hufeng903 avatar Mar 23 '17 03:03 hufeng903