nkg / quizz-bundle
Quizz bundle for Sonata with simple questions and answers administration.
Installs: 40
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/nkg/quizz-bundle
Requires
- php: >=5.3.0
This package is auto-updated.
Last update: 2025-10-07 05:47:05 UTC
README
Simply publish and administrate quizzes within your Sonata 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: "@NkgQuizzBundle/Controller/"
type: annotation
5 - add this entity manager to your config.yml :
NkgQuizzBundle: ~
Services classes
Nkg\QuizzBundle\Services