Skip to content

Creates fake data of products and customers for testing

License

Notifications You must be signed in to change notification settings

divolution/laravel-data-faker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bagisto

Total Downloads

1. Introduction:

This module allows you to generate fake data that can be populated into the database during development for testing purposes.

  • The user can create Product fake data.
  • The user can create Users fake data.
  • The user can create some Category fake data.
  • The user can create Product Category fake data.

2. Requirements:

  • Bagisto: v1.2.0

3. Installation:

composer require bagisto/laravel-datafaker
  • Run the following command below to complete the setup
php artisan db:seed --class="Webkul\DataFaker\Database\Seeders\DatabaseSeeder"

About

Creates fake data of products and customers for testing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%