juliendufresne/form-bundle

为您的Symfony2项目定制表单

安装: 34

依赖者: 0

建议者: 0

安全: 0

星标: 0

关注者: 1

分支: 0

开放问题: 0

类型:symfony-bundle

v0.1.1 2015-08-23 22:48 UTC

This package is not auto-updated.

Last update: 2024-09-14 18:47:35 UTC


README

安装

步骤 1: 下载Bundle

打开命令行控制台,进入您的项目目录,并执行以下命令以下载此Bundle的最新稳定版本

$ composer require juliendufresne/form-bundle

此命令要求您全局安装Composer,请参考Composer文档中的安装章节

步骤 2: 启用Bundle

然后,通过将其添加到项目中app/AppKernel.php文件中注册的Bundle列表中来启用该Bundle

<?php
// app/AppKernel.php

// ...
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            // ...

            new JD\FormBundle\JSFormBundle(),
        );

        // ...
    }

    // ...
}

项目状态

Latest Stable Version Latest Unstable Version Total Downloads