captcha
captcha copied to clipboard
how to display image below insert records into tables?
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