This is simply laravel seeding module for database.
composer require commercepundittech/laravel-seedingAdd the ServiceProvider to the providers array in config/app.php
CommercePunditTech\LaravelSeeding\LaravelSeedingServiceProvider,Copy the package config to your local config with the publish command:
php artisan vendor:publish --provider="CommercePunditTech\LaravelSeeding\LaravelSeedingServiceProvider"- Add feature like Laravel migration for Database seeding