注册网站/client

安装: 72

依赖项: 0

建议者: 0

安全: 0

类型:项目

v0.1.5 2017-02-16 08:33 UTC

This package is not auto-updated.

Last update: 2024-09-23 14:53:31 UTC


README

安装

添加到 composer.json 中

"config": {
	"secure-http": false
}

单独安装

composer require registracni-weby/client:v0.2

与 Nette 一起使用

我们将准备配置 示例

extensions:
	rwClientExtension: RegistracniWeby\Client\Nette\RegistracniWebyClientExtension

rwClientExtension:
	# require #
	accounts:
		tokenAliasOne:
			formToken: blabla-token-vygenerovany-pres-registracni-weby-cz
			successUrl: http://www.example.com?success
			unsuccessUrl: http://www.example.com?fail
		tokenAliasTwo:
			formToken: bleble-token-vygenerovany-pres-registracni-weby-cz
			successUrl: http://www.example.com?success
			unsuccessUrl: http://www.example.com?fail

	# optional #
	domain: regweby.lc
	# api: v2.0

可用的对象

不使用 Nette 的情况

也可以不使用 Nette。如何在测试中启动,可以在 测试 中找到。