Releases: Flynsarmy/laravel-csv-seeder
Releases · Flynsarmy/laravel-csv-seeder
v2.0.6
- #37 fix issue where data did not seed on non-default connection
v2.0.5
- Throw an Exception when attempting to import from a filepath that can't be read.
v2.0.4
- Compatibility fix for certain versions of MySQL
v2.0.2
- Fix composer PHP version requirement
v2.0.1
- Allow specifying which DB connection to use with
$seeder->connection
property.
v2.0.0
- PHP 7 requirement
hashable
property is now an array of fields. See the migration guide for details.
v1.0.7
- Fix array_pull method deprecated error
v1.0.6
- When no explicit mapping provided, skip CSV columns that do not exist in the database
v1.0.5
- Added
offset_rows
and mapping
options. See readme for details.
- Added gzipped CSV support
- Added tests
- Updated readme with more examples