This bundle provides the frontend of polls
- See the require section in the composer.json
- Poll management
This bundle can be installed following these steps:
$ php composer.phar require integrated/poll-bundle:~0.15
// app/AppKernel.php
public function registerBundles()
{
return array(
// ...
new Integrated\Bundle\PollBundle\IntegratedPollBundle()
// ...
);
}
# app/config/routing.yml
integrated_poll:
resource: @IntegratedPollBundle/Resources/config/routing.xml
# app/config/config.yml
doctrine:
dbal:
types:
ip: Darsyn\IP\Doctrine\MultiType
This bundle is under the MIT license. See the complete license in the bundle:
LICENSE
Pull requests are welcome. Please see our CONTRIBUTING guide.
This bundle is part of the Integrated project. You can read more about this project on the Integrated for Developers website.