commercepundittech / laravel-seeding
Database seeder for Laravel
1.0.2
2020-02-12 12:04 UTC
Requires
- php: >=7.0
This package is auto-updated.
Last update: 2024-11-15 20:18:03 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