This module allows you to generate fake data that can be populated into the database during development for testing purposes.
- User can create customers
- User can create categories
- User can create products (Simple, Virtual, Downloadable and Configurable)
- Bagisto: master
composer require bagisto/laravel-datafaker
- Run the following command below to complete the setup
php artisan config:cache
php artisan bagisto:fake
-> Select suitable option to create records
->That's all