Looking to hire Laravel developers? Try LaraJobs

laravel-seeding maintained by commercepundittech

Description
Database seeder for Laravel
Last update
2021/03/15 12:55 (dev-master)
License
Downloads
12

Comments
comments powered by Disqus

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