icybee/module-careers-offers

实现职业机会

安装: 11

依赖: 0

建议: 1

安全: 0

星标: 0

关注者: 3

分支: 0

公开问题: 0

类型:icanboogie-module

2.1.x-dev 2015-04-20 17:37 UTC

This package is auto-updated.

Last update: 2024-09-08 06:57:31 UTC


README

该模块允许访客申请职位机会。

演示

模块的演示可在Icybee演示网站上查看

http://demo.icybee.org/careers/offers/

提供的功能

视图:apply

apply 视图显示在模块配置中选定的申请表,以申请特定的机会。

要求

该包需要PHP 5.4或更高版本。

安装

安装此包的推荐方法是使用 Composer。创建一个 composer.json 文件并运行 php composer.phar install 命令以安装

{
	"minimum-stability": "dev",
	"require":
	{
		"icybee/module-careers-offers": "*"
	}
}

克隆仓库

该包可在 GitHub 上找到,可以使用以下命令行进行克隆

$ git clone https://github.com/Icybee/module-careers-offers.git careers.offers

文档

可以使用 make doc 命令生成该包及其依赖项的文档。文档使用 ApiGendocs 目录中生成。之后可以使用 make clean 命令清理包目录。

许可

该模块采用新BSD许可协议 - 有关详细信息,请参阅 LICENSE 文件。