2017 © Pedro Peláez
 

symfony-bundle alertbutton-widget

Victoire AlertButton widget

image

friendsofvictoire/alertbutton-widget

Victoire AlertButton widget

  • Monday, May 22, 2017
  • by lenybernard
  • Repository
  • 9 Watchers
  • 1 Stars
  • 673 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Victoire DCMS AlertButton Bundle

What is the purpose of this bundle

This bundle gives you access to the AlertButton Widget., (*1)

Set Up Victoire

If you haven't already, you can follow the steps to set up Victoire here, (*2)

Install the AlertButton Bundle :

Run the following composer command :, (*3)

php composer.phar require friendsofvictoire/alertbutton-widget

Reminder

Do not forget to add the bundle in your AppKernel !, (*4)

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

        return $bundles;
    }
}

The Versions

22/05 2017

dev-master

9999999-dev http://victoire.io

Victoire AlertButton widget

  Sources   Download

MIT

The Requires

 

cms widget victoire alertbutton dcms friendsofvictoire

12/05 2017

dev-feature/setup-automated-test

dev-feature/setup-automated-test http://victoire.io

Victoire AlertButton widget

  Sources   Download

MIT

The Requires

 

cms widget victoire alertbutton dcms friendsofvictoire

03/04 2017

2.0.1

2.0.1.0 http://victoire.io

Victoire AlertButton widget

  Sources   Download

MIT

The Requires

 

cms widget victoire alertbutton dcms friendsofvictoire

10/10 2016

2.0.0

2.0.0.0 http://victoire.io

Victoire AlertButton widget

  Sources   Download

MIT

The Requires

 

cms widget victoire alertbutton dcms friendsofvictoire