mklkj/egzaminer

此包已被弃用且不再维护。未建议替代包。

安装: 14

依赖项: 0

建议者: 0

安全: 0

星标: 1

关注者: 1

分支: 0

公开问题: 4

类型:项目


README

Build Status Coverage Status Scrutinizer Code Quality StyleCI Greenkeeper badge

安装

通过 composer

$ composer create-project mklkj/egzaminer
$ cd egzaminer
$ npm install
$ gulp build
$ cp docs/config-examples/* config/

然后根据您的偏好调整 config/ 中的设置文件,并导入 docs/database_mysql.sql 表格。

主题结构

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