mklkj / egzaminer
This package is abandoned and no longer maintained.
No replacement package was suggested.
0.14.0
2018-01-06 22:14 UTC
Requires
- php: >=7.0
- altorouter/altorouter: ^1.2
- roave/security-advisories: dev-master
- tamtamchik/simple-flash: ^1.2
- twig/twig: ^2.4
Requires (Dev)
- filp/whoops: ^2.1
- phpunit/dbunit: ^3.0
- phpunit/phpunit: ^6.2
This package is auto-updated.
Last update: 2021-06-09 03:31:52 UTC
README
Instalation
Via composer
$ composer create-project mklkj/egzaminer $ cd egzaminer $ npm install $ gulp build $ cp docs/config-examples/* config/
Then adjust the settings files in config/ to your preferences and import docs/database_mysql.sql tables.
Theme structure
theme/
├── main.js
├── main.scss
└── templates
├── admin
│ ├── delete.twig
│ ├── exam
│ │ ├── add.twig
│ │ └── edit.twig
│ ├── index.twig
│ ├── layout.twig
│ └── question.twig
└── front
├── error.twig
├── exam.twig
├── index.twig
├── layout.twig
├── list.twig
└── login.twig