2017 © Pedro PelĆ”ez
 

bundle card-bundle

Card implementation for MMC

image

meuhmeuhconcept/card-bundle

Card implementation for MMC

  • Tuesday, May 23, 2017
  • by jngermon
  • Repository
  • 2 Watchers
  • 0 Stars
  • 385 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 8 Versions
  • 7 % Grown

The README.md

MeuhMeuhConcept CardBundle

Build Status, (*1)

Implatation of CardBundle for MeuhMeuhConcept, (*2)

Installation

Via composer, (*3)

composer require meuhmeuhconcept/card-bundle

Installs bundles web assets under a public web directory, (*4)

bin/console assets:install

Configuration

Add bundles

In app/AppKernel.php, add following lines, (*5)


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'

The Versions