Create fake customers, categories and products in Bagisto.
bagisto/laravel-datafaker is a Laravel package for create fake customers, categories and products in bagisto..
It currently has 24 GitHub stars and 351.447 downloads on Packagist (latest version v2.3.0).
Install it with composer require bagisto/laravel-datafaker.
Discover more Laravel packages by bagisto
or browse all Laravel packages to compare alternatives.
Last updated
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.