Skip to content

Files

Latest commit

 

History

History
27 lines (18 loc) · 771 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 771 Bytes

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"