meuhmeuhconcept/card-bundle

Card implementation for MMC


License
Other

Documentation

MeuhMeuhConcept CardBundle

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'