Skip to content

monlouisj/nkgQuizzBundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

nkgQuizzBundle

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

About

Quizz management for Sonata

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages