bagisto/laravel-datafaker
Generate realistic fake data for Bagisto 2.3 during development: create customers, categories, and products (Simple, Virtual, Downloadable, Configurable). Install via Composer and run the bagisto:fake Artisan command to seed records.
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.
composer require bagisto/laravel-datafaker
php artisan config:cache
php artisan queue:batches-table
php artisan migrate
php artisan bagisto:fake
-> Select suitable option to create records.
How can I help you explore Laravel packages today?