icybee / module-careers-applications
实现职业申请功能
3.0.x-dev
2015-09-06 20:28 UTC
Requires
- php: >=5.5.0
- icanboogie/module-installer: ^1.2.3
- icybee/core: ^3.0.0
Suggests
- icybee/module-careers-offers: Allows visitors to reply to job offers
README
该模块允许访客发送未经请求的求职申请。该模块还可以与职业招聘模块一起使用,以申请工作机会。
演示
该模块的演示可在Icybee演示网站上查看
http://demo.icybee.org/careers/offers/
提供的功能
仪表板:careers-applications-summary
“职业申请摘要”仪表板面板显示最新提交的申请。
表单模型:careers.applications
该模块定义了careers.applications
表单模型,可用于创建申请表单。
视图:apply
“apply”视图显示在模块配置中选择的申请表单。
要求
该软件包需要PHP 5.4或更高版本。
安装
安装此软件包的推荐方法是使用Composer。创建一个composer.json
文件并运行php composer.phar install
命令来安装。
{ "minimum-stability": "dev", "require": { "icybee/module-careers-applications": "*" } }
克隆仓库
该软件包可在GitHub上找到,可以使用以下命令行克隆其仓库
$ git clone https://github.com/Icybee/module-careers-applications.git careers.applications
文档
可以使用make doc
命令生成该软件包及其依赖项的文档。使用ApiGen生成文档,并存储在docs
目录中。稍后可以使用make clean
命令清理软件包目录。
许可证
该模块采用新BSD许可证 - 有关详细信息,请参阅LICENSE文件。