meuhmeuhconcept / card-bundle
Card implementation for MMC
Installs: 557
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 1
Open Issues: 0
Type:bundle
Requires
- php: ~7.0
- doctrine/collections: 1.*
- greg0ire/enum: 3.1.*
- meuhmeuhconcept/sonata-admin-bundle: ^1.0
- ramsey/uuid-doctrine: ^1.2
- sensio/framework-extra-bundle: 3.0.18
- sonata-project/admin-bundle: ^3.8
- symfony/config: 3.1.*
- symfony/dependency-injection: 3.1.*
- symfony/doctrine-bridge: 3.1.*
- symfony/form: 3.1.*
- symfony/framework-bundle: 3.1.*
- symfony/http-foundation: 3.1.*
- symfony/http-kernel: 3.1.*
- symfony/monolog-bundle: 2.12.1
- symfony/options-resolver: 3.1.*
- symfony/property-access: 3.1.*
- symfony/security-core: 3.1.*
- symfony/translation: 3.1.*
- symfony/twig-bundle: 3.1.*
- symfony/validator: 3.1.*
Requires (Dev)
- behat/behat: ^3.1
- behat/mink-browserkit-driver: ^1.3
- behat/symfony2-extension: ^2.1
- doctrine/annotations: ^1.2
- friendsofphp/php-cs-fixer: ^1.12
- knplabs/friendly-contexts: dev-master
- phpunit/phpunit: ~5.6
This package is not auto-updated.
Last update: 2024-11-09 20:45:20 UTC
README
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'