Add fake data of products and customers in Bagisto.
robinflyhigh/bagisto-laravel-data-faker is a Laravel package for add fake data of products and customers in bagisto..
It currently has 0 GitHub stars and 7.743 downloads on Packagist.
Install it with composer require robinflyhigh/bagisto-laravel-data-faker.
Discover more Laravel packages by robinflyhigh
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.
composer require robinflyhigh/bagisto-laravel-data-faker
php artisan db:seed --class="Webkul\DataFaker\Database\Seeders\DatabaseSeeder"