Releases: Flynsarmy/laravel-csv-seeder
Releases · Flynsarmy/laravel-csv-seeder
v2.0.6
07 Apr 13:40
Compare
Sorry, something went wrong.
No results found
#37 fix issue where data did not seed on non-default connection
v2.0.5
04 Jan 03:17
Compare
Sorry, something went wrong.
No results found
Throw an Exception when attempting to import from a filepath that can't be read.
v2.0.4
05 Oct 06:48
Compare
Sorry, something went wrong.
No results found
Compatibility fix for certain versions of MySQL
v2.0.3
18 May 11:25
Compare
Sorry, something went wrong.
No results found
v2.0.2
30 Mar 14:32
Compare
Sorry, something went wrong.
No results found
Fix composer PHP version requirement
v2.0.1
27 Mar 04:04
Compare
Sorry, something went wrong.
No results found
Allow specifying which DB connection to use with $seeder->connection property.
v2.0.0
27 Mar 03:01
Compare
Sorry, something went wrong.
No results found
PHP 7 requirement
hashable property is now an array of fields. See the migration guide for details.
v1.0.7
26 Mar 14:33
Compare
Sorry, something went wrong.
No results found
Fix array_pull method deprecated error
v1.0.6
04 Sep 04:16
Compare
Sorry, something went wrong.
No results found
When no explicit mapping provided, skip CSV columns that do not exist in the database
v1.0.5
20 Jun 14:14
Compare
Sorry, something went wrong.
No results found
Added offset_rows and mapping options. See readme for details.
Added gzipped CSV support
Added tests
Updated readme with more examples