atm/surveybundle
Composer 安装命令:
composer require atm/surveybundle
包简介
Survey management bundle
关键字:
README 文档
README
A Survey Manager System
Installation
Install through composer:
php -d memory_limit=-1 composer.phar require atm/surveybundle
In your AppKernel
public function registerbundles()
{
return [
...
...
new ATM\SurveyBundle\ATMSurveyBundle(),
];
}
Routing
Append to main routing file:
# app/config/routing.yml
atm_survey_admin:
resource: "@ATMSurveyBundle/Controller/AdminController.php"
type: annotation
prefix: /members/admin
atm_survey:
resource: "@ATMSurveyBundle/Controller/SurveyController.php"
type: annotation
prefix: /
Configuration sample
Default values are shown below:
# app/config/config.yml
atm_survey:
user: User namespace
redirect_route_after_survey: route after survey submision
统计信息
- 总下载量: 270
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-12-17