I have a problem when i use the function store whit larave
$id = DB::select("SELECT TOP 1 Id_ReqCambIng FROM cambio_ings ORDER BY 1 DESC")[0];
$archivos = json_decode($request->archivos_subidos);
foreach ($archivos as $archivo) {
if($archivo->status == "upload successful"){
$archivo->name;
$archivo->uuid;
$ArchivosCamb = new ArchivosCamb();
$ArchivosCamb->id_cambioIng=$id;
$ArchivosCamb->NombreArchivo=$archivo->name;
$ArchivosCamb->linkArchivo=$archivo->uuid;
$ArchivosCamb->save();
I get this error "Object of class stdClass could not be converted to string"
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire