commercepundittech/laravel-seeding is a Laravel package for database seeder for laravel.
It currently has 1 GitHub stars and 12 downloads on Packagist (latest version 1.0.2).
Install it with composer require commercepundittech/laravel-seeding.
Discover more Laravel packages by commercepundittech
or browse all Laravel packages to compare alternatives.
Last updated
This is simply laravel seeding module for database.
composer require commercepundittech/laravel-seeding
Add 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"