pulamizshop/laravel-datafaker

Create fake customers, categories and products in Bagisto.

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/pulamizshop/laravel-datafaker

dev-main 2025-10-18 02:12 UTC

This package is not auto-updated.

Last update: 2025-10-18 09:22:14 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.

Features:

  • Users can create customers.

  • Users can create categories.

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

2. Requirements:

  • PulamizShop: v1.0.x

3. Installation:

composer require pulamizshop/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 pulamizshop:fake

-> Select suitable option to create records.