Releases: orangehill/iseed
Releases · orangehill/iseed
Add Laravel 11 support
Add Laravel 10 support
Merge pull request #223 from zayedadel/master Added support for laravel 10
Add Laravel 9 support
Adds Laravel 9 support.
Add PHP8 support
Adds PHP8 support.
Laravel 8 Native Support
This release aims to add a native laravel 8 support. To do this the following changes were made:
- Add namespace Database\Seeders; namespace to the seed stub.
- Change config to point to the default database/seeders/ directory over the laravel 7 database/seeds
- Change the Stubs directory to stubs
Since some breaking changes were introduced, the version is bumped to a major release.
Added support for Laravel 8
Added support for Laravel 8
Added Laravel 7.0 support
Added Laravel 7.0 support
Added Laravel 6.0 support, updated the documentation
- Added Laravel 6.0 support
- Updated the documentation on how to use the
orderby
anddirection
parameters
Added chunksize option
Added chunksize optional parameter which defines the size of data chunks for each insert query. Helps with issue described in #4 (comment)
Added classnameprefix & classnamesuffix options
Optionally specify a prefix or suffix for the Seeder class name and file name. This is useful if you want to create an additional seed for a table that has an existing seed without overwriting the existing one.