Skip to content
Advertisement

Tag: laravel-excel

How to save data to db using laravel import?

I have prepared code below, and I’m using the dump to trace if it passed to models’ create function. When I checked in the database there is no data added, I’m just wondering why it does not have when it is already passed in User::create function (verified by string “created” below in the picture). These are the dump datas returned

Advertisement