2017 © Pedro Peláez
 

library quizz-bundle

Quizz bundle for Sonata with simple questions and answers administration.

image

nkg/quizz-bundle

Quizz bundle for Sonata with simple questions and answers administration.

  • Tuesday, December 1, 2015
  • by monlouisj
  • Repository
  • 1 Watchers
  • 0 Stars
  • 30 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 7 % Grown

The README.md

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)

The Versions

01/12 2015

dev-master

9999999-dev

Quizz bundle for Sonata with simple questions and answers administration.

  Sources   Download

The Requires

  • php >=5.3.0