Skip to content

Releases: eighty8/laravel-seeder

Laravel 6.0

04 Feb 20:23
b5cf01e
Compare
Choose a tag to compare
Merge pull request #17 from Davidnadejdin/patch-1

Laravel 6 support

Lumen 5.6 Support

08 May 14:32
07d0d29
Compare
Choose a tag to compare
Merge pull request #10 from eighty8/5.6-lumen

Lumen 5.6 Support

5.6

07 May 18:08
dd22d17
Compare
Choose a tag to compare
Merge pull request #9 from diegohq/fork-pr

Laravel 5.6

Add "all" environments support

16 Jan 17:08
c1732d7
Compare
Choose a tag to compare
Merge pull request #7 from eighty8-ventures/all-env

Add "all" environments feature

Laravel 5.5 Support

06 Nov 15:07
464a87d
Compare
Choose a tag to compare

Upgrades the package to support Laravel 5.5. Not backwards compatible with Laravel 5.4.

5.4.4

28 Jun 04:15
Compare
Choose a tag to compare
Fixed a bug in seed:refresh where it would call "seed:run" instead of…

5.4.3

28 Jun 02:58
Compare
Choose a tag to compare
Added a trait to allow Seeders to disable foreign key constraints in …

5.4.2

28 Jun 02:02
Compare
Choose a tag to compare
Fix internal command calls so they work with the new "seed" command s…

5.4.1

28 Jun 00:22
Compare
Choose a tag to compare

Fix command signature for seed:make

Laravel 5.4 Support

28 Jun 00:05
Compare
Choose a tag to compare
  • Laravel 5.4 support
  • Major API changes
  • Total rewrite of migration system for seeders
  • All seeder commands reflect the Laravel migration commands