Do you have access to php.ini ? Or any way to modify the php default memory allocation settings ?
Yup, I have increased the memory limit there. I also added this snippet ini_set("memory_limit", -1); on my constructor.
Perhaps Model::chunk() can help you?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community