Skip to content

monlouisj/nkgPollBundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nkgPollBundle

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

About

Poll management for Sonata

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages