fardus/crud-bundle
最新稳定版本:1.2.1
Composer 安装命令:
composer require fardus/crud-bundle
包简介
CRUD for Symfony project with bootstrap 3
README 文档
README
Installation
minimum require PHP version 5.5, and symfony >= 2.8
composer require fardus/crud-bundle
In AppKernel.php add
public function registerBundles() { ... new Fardus\Bundle\CrudBundle\FardusCrudBundle(), }
Use
With console launch
app/console fardus:generate:crud
options available
--entity=[NameBundle:NameEntity]
--route-prefix=[/route]
--format=[xml, yml, annotation, php]
# If you want to replace the existing code
--overwrite
Component
|name|version| |Bootstrap| 3.6| |Font-awesome 4.5 |Jquery| latest version|
统计信息
- 总下载量: 185
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-11-01