nkgQuizzBundle
Simply publish and administrate quizzes within your Sonata 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: "@NkgQuizzBundle/Controller/"
type: annotation
5 - add this entity manager to your config.yml :, (*7)
NkgQuizzBundle: ~
Services classes
Nkg\QuizzBundle\Services, (*8)