Skip to content

Latest commit

 

History

History
52 lines (39 loc) · 1.34 KB

File metadata and controls

52 lines (39 loc) · 1.34 KB

Do you like this bundle? Leave a ★ or run composer global require symfony/thanks && composer thanks to say thank you to all libraries you use in your current project, this included!

How to install Serendipity HQ Features Bundle

Install Serendipity HQ Features Bundle via Composer

$ composer require serendipity_hq/bundle-features

This library follows the http://semver.org/ versioning conventions.

Step 2: Enable the Bundle

Then, enable the bundle by adding the following line in the app/AppKernel.php file of your project:

<?php
// app/AppKernel.php

// ...
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            // ...

            new SerendipityHQ\Bundle\SHQFeaturesBundle\SHQFeaturesBundle(),
        );

        // ...
    }

    // ...
}

Do you like this bundle?
LEAVE A ★

or run
composer global require symfony/thanks && composer thanks
to say thank you to all libraries you use in your current project, this included!


(Go back to index) | Next step: Configure