bilions/faker-images
最新稳定版本:v1.0.1
Composer 安装命令:
composer require bilions/faker-images
包简介
Faker image provider for Laravel faker
README 文档
README
Faker image provider
- This package do not use curl to get image from third party web links.
- Images are generated using php image-gd and normally gd extension is already included when you install php.
Example Usage
$faker->addProvider(new FakerImageProvider($faker));
$image = $faker->image(null, 640, 480);
$filePath = Storage::disk('local')->putFileAs('seeder-images', new File($image), basename($image));
Contributors are always welcome
统计信息
- 总下载量: 2.93k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 7
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-10-09