nkg / poll-bundle
Poll bundle for Symfony 2 with simple polls and opinion administration.
Installs: 38
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 2
Open Issues: 0
pkg:composer/nkg/poll-bundle
Requires
- php: >=5.3.0
This package is auto-updated.
Last update: 2025-10-07 07:08:38 UTC
README
Simply publish and administrate polls within your Symfony2 application.
How to install :
1 - install bundle via packagist
2 - install dependencies : run composer update
3 - install database : run php app/console doctrine:schema:update --force
4 - import routes (they are defined in Annotation) in your routing.yml
app:
resource: "@NkgPollBundle/Controller/"
type: annotation
5 - add this entity manager to your config.yml :
NkgPollBundle: ~
Services classes
Nkg\PollBundle\Services