meuhmeuhconcept/card-bundle

MMC 的卡实现

1.1 2017-05-23 10:42 UTC

This package is not auto-updated.

Last update: 2024-09-14 19:53:17 UTC


README

Build Status

MeuhMeuhConcept 的 CardBundle 实现

安装

通过 composer

composer require meuhmeuhconcept/card-bundle

将包安装到公共Web目录下的Web资源

bin/console assets:install

配置

添加包

在 app/AppKernel.php 文件中,添加以下行

public function registerBundles()
{
    $bundles = [

        // ...

        new MMC\CardBundle\MMCCardBundle(),

        // ...
    ];

    // ...
}

配置包

#In app/config/yml

# Twig Configuration
twig:
    form_themes:
        - 'MMCCardBundle:Form:status_validation.html.twig'