I am trying to use normal eloquent for update and insert data into a table(product) which is using Baum.
I can do with other tables, but this. Indeed there is no real error, it's just very very very slow, and after a minute, it displays error Maximum execution time of 60 seconds exceeded.
I am trying to use normal eloquent for update and insert data into a table(product) which is using Baum. I can do with other tables, but this. Indeed there is no real error, it's just very very very slow, and after a minute, it displays error Maximum execution time of 60 seconds exceeded.
This is my current eloquent code