CLI has stopped working
A problem caused the program to stop working correctly. Please close the program.
Can you give a pastebin of your seeder. You may hide the data, just the method which creates record is good.
I guess you're hitting the limit on a single insert on your database. It's not laravel related. If performance is not a issue you could probably insert rows one by one.
Thanks for the help, did not even think it was a insert limit issue.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community