Iseed Versions Save

Laravel Inverse Seed Generator

v3.0.4

4 weeks ago

v3.0.3

1 year ago

v3.0.2

2 years ago

Adds Laravel 9 support.

v3.0.1

3 years ago

Adds PHP8 support.

v3.0

3 years ago

This release aims to add a native laravel 8 support. To do this the following changes were made:

  1. Add namespace Database\Seeders; namespace to the seed stub.
  2. Change config to point to the default database/seeders/ directory over the laravel 7 database/seeds
  3. Change the Stubs directory to stubs

Since some breaking changes were introduced, the version is bumped to a major release.

v2.6.4

3 years ago

Added support for Laravel 8

v2.6.3

4 years ago

Added Laravel 7.0 support

v2.6.2

4 years ago
  • Added Laravel 6.0 support
  • Updated the documentation on how to use the orderby and direction parameters

v2.6.1

5 years ago

Added chunksize optional parameter which defines the size of data chunks for each insert query. Helps with issue described in https://github.com/orangehill/iseed/issues/4#issuecomment-380324859

v2.6

5 years ago

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.