bagisto / laravel-data-faker

Creates fake data of products and customers for testing
MIT License
22 stars 23 forks source link
hacktoberfest hacktoberfest2020

Bagisto Data Faker

Total Downloads

1. Introduction:

This module allows you to generate fake data that can be populated into the database during development for testing purposes.

2. Requirements:

3. Installation:

composer require bagisto/laravel-datafaker
php artisan config:cache
php artisan queue:batches-table
php artisan migrate