dimanche 18 août 2019

How to return all inserted bulk data Laravel?

I use bulk insertion in Laravel:

return User::create($user);

Where $user is array of rows.

How to return successfully inserted rows as array?

Now it returns only last inserted model.



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire