定制 urbitech/form-phone 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

urbitech/form-phone

最新稳定版本:v3.0.3

Composer 安装命令:

composer require urbitech/form-phone

包简介

Forms control for adding phone filed for Nette Framework

README 文档

README

Build Status Scrutinizer Code Coverage Scrutinizer Code Quality Latest Stable Version Composer Downloads License

Forms control for adding phone number filed for Nette Framework

Installation

The best way to install ipub/form-phone is using Composer:

$ composer require urbitech/form-phone

After that you have to register extension in config.neon.

extensions:
	formPhone: IPub\FormPhone\DI\FormPhoneExtension

And you also need to include static files into your page:

	<script src="{$basePath}/libs/ipub.formPhone.js"></script>
</body>

note: You have to upload static files from client-site folder to your project.

Documentation

Learn how to extend your forms with phone field in documentation. For JavaScript part of this extension please checkout JS documentation

Homepage http://www.ipublikuj.eu and repository http://github.com/iPublikuj/form-phone.

SetUp of assets folder removement

"config": {
	"assets-files": {
		"urbitech/form-phone": [
			"src/assets/js"
		]
	},
	"assets-target": {
		"urbitech/forms": "www/assets/ipub-phone"
	}
}

统计信息

  • 总下载量: 3.81k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 5
  • 开发语言: JavaScript

其他信息

  • 授权协议: GPL-2.0
  • 更新时间: 2021-01-12