Releases: ranium/laravel-seedonce
Releases · ranium/laravel-seedonce
Laravel 11 and PHP 8.3 support
Laravel 10 support
Merge pull request #19 from ranium/laravel10-php8.2-support Laravel 10 and PHP 8.2 support
Laravel 9 support
This release adds support for the latest Laravel 9 version.
Bugfix release
Merge pull request #9 from MedeirosDev/1.x Refactored equal to contains on Base Command
Bugfixes
Add PHP8 support
Add PHP8 support (#4) * Add PHP8 to the test matrix * Add php8 to composer * Add --testdox to tests
Adds Laravel 8 support
Also adds automated tests in the form of Github actions.
Adds feature to provide custom main seeder class
Merge pull request #1 from ranium/feature/custom-database-seeder Adds feature to customize the main seeder class name
Initial release
- 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