Closed bralat closed 4 years ago
I was able to solve this, kinda
I created a variable for connection and modified the package to use that variable for every database query.
I have submitted a pull request here https://github.com/jeroenzwart/laravel-csv-seeder/pull/15
I am writing tests for my application and I need to seed data into the default database and one other one. Seeding into the default database is simple enough, but how do I specify a different database connection for the other seeders ?