Skip to content

clekos/WidgetCalculatorBundle

 
 

Repository files navigation

Victoire CMS Calculator Bundle

Need to add a calculator in a victoire cms website ?

First you need to have a valid Symfony2 Victoire edition. Then you just have to run the following composer command :

php composer.phar require victoire/calculator-widget

Do not forget to add the bundle in your AppKernel !

    class AppKernel extends Kernel
    {
        public function registerBundles()
        {
            $bundles = array(
                ...
                new Victoire\Widget\CalculatorBundle\VictoireWidgetCalculatorBundle(),
            );

            return $bundles;
        }
    }

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 74.1%
  • PHP 15.2%
  • HTML 8.7%
  • CSS 2.0%