commercepundittech/laravel-seeding

Database seeder for Laravel

Downloads

10

Stars

1

Version

1.0.2

laravel-seeding

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
commercepundittech

Author

commercepundittech