abdulrahma-n/bagisto-laravel-datafaker
Composer 安装命令:
composer require abdulrahma-n/bagisto-laravel-datafaker
包简介
Add fake data of products and customers in Bagisto.
README 文档
README
1. Introduction:
This module allows you to generate fake data that can be populated into the database during development for testing purposes.
- The user can create Product fake data.
- The user can create Users fake data.
- The user can create some Category fake data.
- The user can create Product Category fake data.
2. Requirements:
- Bagisto: v1.2.0
3. Installation:
composer require bagisto/laravel-datafaker
- Run the following command below to complete the setup
php artisan db:seed --class="Webkul\DataFaker\Database\Seeders\DatabaseSeeder"
统计信息
- 总下载量: 46
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-09-28