meuhmeuhconcept/card-bundle

Card implementation for MMC

1.1 2017-05-23 10:42 UTC

This package is not auto-updated.

Last update: 2024-04-13 17:13:50 UTC


README

Build Status

Implatation of CardBundle for MeuhMeuhConcept

Installation

Via composer

composer require meuhmeuhconcept/card-bundle

Installs bundles web assets under a public web directory

bin/console assets:install

Configuration

Add bundles

In app/AppKernel.php, add following lines

public function registerBundles()
{
    $bundles = [

        // ...

        new MMC\CardBundle\MMCCardBundle(),

        // ...
    ];

    // ...
}

Configure bundles

#In app/config/yml

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