fardus / crud-bundle

此包已被弃用,不再维护。未建议替代包。

使用bootstrap 3的Symfony项目CRUD

安装: 182

依赖项: 0

建议者: 0

安全: 0

星标: 2

关注者: 1

分支: 0

公开问题: 0

语言:HTML

类型:symfony-bundle

1.2.1 2016-02-22 06:56 UTC

This package is auto-updated.

Last update: 2020-05-16 13:04:28 UTC


README

安装

最低要求PHP版本5.5,symfony >= 2.8

composer require fardus/crud-bundle

在AppKernel.php中添加

    public function registerBundles() {
      ...
      new Fardus\Bundle\CrudBundle\FardusCrudBundle(),
    }

使用

使用控制台启动

    app/console fardus:generate:crud

可用的选项

 --entity=[NameBundle:NameEntity]
 --route-prefix=[/route]
 --format=[xml, yml, annotation, php]

 # If you want to replace the existing code
 --overwrite

组件

|名称|版本| |Bootstrap| 3.6| |Font-awesome 4.5 |Jquery| 最新版本|