Skip to content

vincent-chapron/WidgetButtonBundle

 
 

Repository files navigation

##Victoire DCMS Button Widget Bundle

Join the chat at https://gitter.im/FriendsOfVictoire/WidgetButtonBundle

Need to add buttons your Victoire website ?

#Set Up Victoire

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

#Install the Simple Contact Form Bundle :

Run the following composer command :

php composer.phar require friendsofvictoire/button-widget

#Reminder

Do not forget to add the bundle in your AppKernel !

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

        return $bundles;
    }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 89.8%
  • HTML 10.2%