commercepundittech / laravel-seeding
Database seeder for Laravel
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 2
Open Issues: 0
pkg:composer/commercepundittech/laravel-seeding
Requires
- php: >=7.0
This package is auto-updated.
Last update: 2025-09-15 22:31:51 UTC
README
This is simply laravel seeding module for database.
How to install
composer require commercepundittech/laravel-seeding
How to activate this module in Laravel application
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"
TO Do List
- Add feature like Laravel migration for Database seeding