Hello,I think you must store all of your datas as an array,then try save()
$item = ['name'=>"abcd"
'inv_name' => "abcd",
......
....
];
$item->save();
Thanks for the idea. Will try. If I replace save() with direct update through DB::update() it works perfect, but I prefer to use the Model semantics for cleaner code.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community