LaravelPackages.net
Acme Inc.
Toggle sidebar
commercepundittech/laravel-seeding

Database seeder for Laravel

12
1
1.0.2
About commercepundittech/laravel-seeding

commercepundittech/laravel-seeding is a Laravel package for database seeder for laravel. It currently has 1 GitHub stars and 12 downloads on Packagist (latest version 1.0.2). Install it with composer require commercepundittech/laravel-seeding. Discover more Laravel packages by commercepundittech or browse all Laravel packages to compare alternatives.

Last updated

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

  • [x] Add feature like Laravel migration for Database seeding

Star History Chart