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!
$ composer require serendipity_hq/bundle-features
This library follows the http://semver.org/ versioning conventions.
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