abdulrahma-n / bagisto-laravel-datafaker
Add fake data of products and customers in Bagisto.
Installs: 46
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 24
pkg:composer/abdulrahma-n/bagisto-laravel-datafaker
Requires
- konekt/concord: ^1.2
- laravel/helpers: ^1.3
- mbezhanov/faker-provider-collection: ^2.0
This package is auto-updated.
Last update: 2025-10-18 20:47:36 UTC
README
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"