bagisto/laravel-datafaker

Create fake customers, categories and products in Bagisto.

v1.5.0 2024-02-09 09:35 UTC

This package is auto-updated.

Last update: 2024-04-09 10:08:20 UTC


README

Total Downloads

1. Introduction:

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

  • User can create customers
  • User can create categories
  • User can create products (Simple, Virtual, Downloadable and Configurable)

2. Requirements:

  • Bagisto: master

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

->That's all