Iseed Versions Save

Laravel Inverse Seed Generator

v2.5.1

6 years ago

In order to support L55, the IseedCommand now has a handle() method for Laravel v5.5 and a fire() method for older Laravel versions.

https://github.com/laravel/framework/blob/master/CHANGELOG-5.5.md laravel/framework#19827 laravel/framework#20024

v2.5

6 years ago

By using --orderby and --direction parameters you can now set the column which will be used for results ordering, and the direction to order by (ASC/DESC). This works great when you want to limit the number of exported database entries using the --max parameter.

v2.4

6 years ago

By using --noindex the seed can be generated as a non-indexed array. The use case for this feature is when you need to merge two seed files.

v2.3.1

7 years ago

v2.3

7 years ago
  • Feature: Implemented a composer dump-autoload feature
  • Feature: Added the exclude columns functionality
  • Fix: iSeed is now using PHP_EOL instead of \r\n for line endings
  • Fix: Added a ::class notation to improve IDE navigation
  • Fix: Formated main class files as per PSR-2 standards
  • Fix: Fixed the failed table check issue when using multiple databases.

v2.2

7 years ago

Fixed a problem with query builder returning an object instead of an array.

v2.1

8 years ago

Added prerun and postrun command options; Formatted code according to PSR-2 standard; Updated documentation.

v2.0

9 years ago

Refactored code so that the package works with Laravel 5. If you want to use iSeed with Laravel 4, please use iSeed version 1.1.

v1.1

9 years ago

New features: Confirm method that prevents existing seed files from being overwritten. Specify maximum numer of rows to be exported. Multiple tables export.

Fixed a number of smaller issues.

v1.0

10 years ago