Skip to content

vincent-chapron/WidgetListingBundle

 
 

Repository files navigation

##Victoire DCMS SocialButtons Bundle

Need to add a Listing in 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 :Victoire Listing Bundle

php composer.phar require friendsofvictoire/listing-widget

#Reminder

Do not forget to add the bundle in your AppKernel !

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

        return $bundles;
    }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 52.9%
  • HTML 25.3%
  • CSS 13.3%
  • JavaScript 8.5%