codetechnl/codetechfaker
最新稳定版本:1.0.3
Composer 安装命令:
composer require codetechnl/codetechfaker
包简介
A faker package for custom attributes. Product faker, brand faker.
README 文档
README
To-do
Helpers
Add the following line at the top of your faker file as a helper for code completion:
@property \CodeTechNL\Faker\FakerWrapper|\Faker\Generator $faker
<?php
namespace Database\Factories;
/**
* @property \CodeTechNL\Faker\FakerWrapper|\Faker\Generator $faker
*/
class ExampleClasss extends Factory
{
public function definition(){
return [
'product_title' => $this->faker->product()->random()
];
}
}
To-do
- Add installation guide
- Make tests
- Documentation how to add products
统计信息
- 总下载量: 22
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-09-03