Releases: karoldabro/seeder-once
Releases · karoldabro/seeder-once
Update to Laravel 11
Update to L11 (#17) * Update to L11 * Update to L11
4.0.0: Update to Laravel 10
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
* 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