robinflyhigh/bagisto-laravel-data-faker

Add fake data of products and customers in Bagisto.

dev-master 2021-09-22 13:14 UTC

This package is auto-updated.

Last update: 2024-03-22 19:06:25 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.

  • 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 robinflyhigh/bagisto-laravel-data-faker
  • Run the following command below to complete the setup
php artisan db:seed --class="Webkul\DataFaker\Database\Seeders\DatabaseSeeder"