sfcms/fakeimg-bundle
最新稳定版本:v1.0.0
Composer 安装命令:
composer require sfcms/fakeimg-bundle
包简介
Symfony bundle to generate WebP placeholder images like fakeimg-360x500.
README 文档
README
// config/routes/seb_fake_img.yaml seb_fake_img: resource: '@SebFakeImgBundle/config/routes.php' type: php
return [ // ... Seb\FakeImgBundle\SebFakeImgBundle::class => ['all' => true], ];
seb_fake_img: route_prefix: '/placeholder' # non utilisé si tu laisses la route PHP comme au-dessus background_color: 'e0e0e0' text_color: '707070' max_width: 4000 max_height: 4000
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-11-21