2017 © Pedro Peláez
 

library poll-bundle

Poll bundle for Symfony 2 with simple polls and opinion administration.

image

nkg/poll-bundle

Poll bundle for Symfony 2 with simple polls and opinion administration.

  • Thursday, May 12, 2016
  • by monlouisj
  • Repository
  • 1 Watchers
  • 1 Stars
  • 31 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

nkgPollBundle

Simply publish and administrate polls within your Symfony2 application., (*1)

br/, (*2)

How to install :

1 - install bundle via packagist, (*3)

2 - install dependencies : run composer update, (*4)

3 - install database : run php app/console doctrine:schema:update --force, (*5)

4 - import routes (they are defined in Annotation) in your routing.yml, (*6)

app:
    resource: "@NkgPollBundle/Controller/"
    type:     annotation

5 - add this entity manager to your config.yml :, (*7)

NkgPollBundle: ~

Services classes

Nkg\PollBundle\Services, (*8)

The Versions

12/05 2016

dev-master

9999999-dev

Poll bundle for Symfony 2 with simple polls and opinion administration.

  Sources   Download

The Requires

  • php >=5.3.0