jmf/entity-rendering-bundle
最新稳定版本:2.0.0
Composer 安装命令:
composer require jmf/entity-rendering-bundle
包简介
Entity rendering bundle for Symfony
README 文档
README
Symfony bundle which allows rendering entities in Twig templates.
Installation & Requirements
Install with Composer:
composer require jmf/entity-rendering-bundle
If you have Flex installed, the bundle is then instantly available without any need for initial configuration.
If not, complete your config/bundles.php file as indicated below:
<?php return [ // ... // Other existing bundles. // ... Jmf\EntityRendering\EntityRenderingBundle::class => ['all' => true], ];
统计信息
- 总下载量: 119
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: mit
- 更新时间: 2025-04-10