Skip to content

Releases: ranium/laravel-seedonce

Laravel 11 and PHP 8.3 support

09 Apr 11:38
fecb7ba
Compare
Choose a tag to compare
Merge pull request #23 from ranium/laravel11-upgrade

Laravel 11 and PHP 8.3 support

Laravel 10 support

31 May 10:36
b79ca0a
Compare
Choose a tag to compare
Merge pull request #19 from ranium/laravel10-php8.2-support

Laravel 10 and PHP 8.2 support

Laravel 9 support

09 Mar 13:28
f220502
Compare
Choose a tag to compare

This release adds support for the latest Laravel 9 version.

Bugfix release

20 Jan 06:01
c86d608
Compare
Choose a tag to compare
Merge pull request #9 from MedeirosDev/1.x

Refactored equal to contains on Base Command

Bugfixes

13 Jan 04:55
68fb9a5
Compare
Choose a tag to compare

Various bugfixes

Add PHP8 support

26 Dec 10:33
533e222
Compare
Choose a tag to compare
Add PHP8 support (#4)

* Add PHP8 to the test matrix

* Add php8 to composer

* Add --testdox to tests

Adds Laravel 8 support

26 Nov 13:41
f23a5c3
Compare
Choose a tag to compare

Also adds automated tests in the form of Github actions.

Adds feature to provide custom main seeder class

13 Jul 05:24
c004784
Compare
Choose a tag to compare
Merge pull request #1 from ranium/feature/custom-database-seeder

Adds feature to customize the main seeder class name

Initial release

28 Apr 04:57
Compare
Choose a tag to compare
  • Added SeedOnce trait to be used in seeder classes
  • Added seedonce:mark-seeded command to mark your existing seeder classes as seeded
  • Added seedonce:status to view the status of seeder classes