Skip to content

Releases: Flynsarmy/laravel-csv-seeder

v2.0.6

07 Apr 13:40
Compare
Choose a tag to compare
  • #37 fix issue where data did not seed on non-default connection

v2.0.5

04 Jan 03:17
Compare
Choose a tag to compare
  • Throw an Exception when attempting to import from a filepath that can't be read.

v2.0.4

05 Oct 06:48
Compare
Choose a tag to compare
  • Compatibility fix for certain versions of MySQL

v2.0.3

18 May 11:25
Compare
Choose a tag to compare
  • Lumen compatibility fix

v2.0.2

30 Mar 14:32
Compare
Choose a tag to compare
  • Fix composer PHP version requirement

v2.0.1

27 Mar 04:04
Compare
Choose a tag to compare
  • Allow specifying which DB connection to use with $seeder->connection property.

v2.0.0

27 Mar 03:01
Compare
Choose a tag to compare
  • PHP 7 requirement
  • hashable property is now an array of fields. See the migration guide for details.

v1.0.7

26 Mar 14:33
8479055
Compare
Choose a tag to compare
  • Fix array_pull method deprecated error

v1.0.6

04 Sep 04:16
Compare
Choose a tag to compare
  • When no explicit mapping provided, skip CSV columns that do not exist in the database

v1.0.5

20 Jun 14:14
Compare
Choose a tag to compare
  • Added offset_rows and mapping options. See readme for details.
  • Added gzipped CSV support
  • Added tests
  • Updated readme with more examples