Skip to content

bagisto/laravel-data-faker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bagisto Data Faker

Total Downloads

1. Introduction:

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

Features:

  • Users can create customers.

  • Users can create categories.

  • Users can create products, including Simple, Virtual, Downloadable, and Configurable types.

2. Requirements:

  • Bagisto: v2.3.x

3. Installation:

composer require bagisto/laravel-datafaker
  • Run the following commands to complete the setup
php artisan config:cache
php artisan queue:batches-table
php artisan migrate
  • You can start using the module by running the command below:
php artisan bagisto:fake

-> Select suitable option to create records.

About

Creates fake data of products and customers for testing

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 7

Languages