Skip to content

Tags: bfinlay/laravel-excel-seeder

Tags

v3.4.1

Fixes for issue #27

refactor tests structure
Add trim macro to Str for older laravel versions
Fix test issues with older versions.
Remove unwrap macro because no longer used
check for schemaBuilder->getIndexes which is only available in Laravel 10.x and up.  for possible future feature, not currently used.
Add MariaDB docker container and tests
Add fix for MariaDB when default value of column is null
fix default value in datetime test that is incompatible with older version of brick/math

v3.4.0

Update README.md

v3.3.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md to add -W flag when using composer require command line

v3.3.3

Release v 3.3.3

v3.3.2

Update tests for Laravel 10.x

v3.3.1

Update test for table truncation with foreign key constraints

v3.3.0

issue #8, #17 create database containers for testing and update githu…

…b actions to use database containers

issue #17 make postgres sequence counter update more robust

v3.2.0

Cleanup github actions; remove deprecation warnings

v3.1.0

Update README.MD

v3.0.0

Updates for Laravel 9