Skip to content
Advertisement

Tag: laravel-4

Laravel – seeding large SQL file

A memory exhaustion happens when I run my DB seed script in production. Below is my seed script. So what I did was add a no-limit on my seed script. The problem now is that when I run the script it logs the output into the terminal the content of the SQL script (which is very, very big). Is there

Advertisement