Skip to content

Releases: karoldabro/seeder-once

Update to Laravel 11

02 Apr 15:24
9501528
Compare
Choose a tag to compare
Update to L11 (#17)

* Update to L11

* Update to L11

4.0.0: Update to Laravel 10

10 Apr 16:02
700d9e9
Compare
Choose a tag to compare
Update to Laravel 10 (#15)

* Update to Laravel 10

* Update pipelines and phpunit file

* Remove old php version

3.0.0: Update to new Laravel console output

29 Jul 13:23
20803e2
Compare
Choose a tag to compare
* Adjust seeder once output to new laravel console output

* Update dependencies to php 8.0

* Replace trait with abstract class because it wasn't possible to overwrite default Laravel functionality about print console output
Refactor unit tests paths
Update readme.md
Add ability to turn off seeding once using property seedOnce in the seeder class
Fix phpunit configuration
Add unit tests regarding print output

* Fix readme.md text