commercepundittech/laravel-seeding

1.0.2 2020-02-12 12:04 UTC

This package is auto-updated.

Last update: 2024-05-15 19:04:07 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