devloops/phone-number 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

devloops/phone-number

最新稳定版本:v1.0.2

Composer 安装命令:

composer require devloops/phone-number

包简介

The Missing Laravel Nova Phone Number Field.

README 文档

README

Laravel Nova Phone Number Field

Latest Version on Packagist License Total Downloads

The Missing Laravel Nova Phone Number Field.

NOTE: This field uses vue-tel-input for frontend.

Screenshot

Installation

composer require devloops/phone-number 

Implementation

You can easily add the field using the code below:

use Devloops\PhoneNumber\PhoneNumber; PhoneNumber::make('Phone Number')

Options

This fields supports all the props from the vue-tel-input mentioned already in the documentation, and they are implemented using the following methods.

Methods / Defaults

Method/Options Default
withAllCountries() array: All countries that are used in libphonenumber-js
withAutoFormat() boolean: true
withCustomValidate() boolean: false
withDefaultCountry() string: ''
withDisabled() boolean: false
withAutoDefaultCountry() boolean: true
withDropdownOptionsDisabled() boolean: false
withDropdownOptionsShowDialCodeInList() boolean: true
withDropdownOptionsShowDialCodeInSelection() boolean: false
withDropdownOptionsShowFlags() boolean: true
withDropdownOptionsShowSearchBox() boolean: false
withDropdownOptionsTabindex() int: 0
withIgnoredCountries() array: []
withInputOptionsAutocomplete() string: 'on'
withInputOptionsAutofocus() boolean: false
withInputOptionsAriaDescribedby() string: ''
withInputOptionsId() string: ''
withInputOptionsMaxlength() int: 25
withInputOptionsName() string: 'telephone'
withInputOptionsShowDialCode() boolean: false
withInputOptionsPlaceholder() string: 'Enter a phone number'
withInputOptionsReadonly() boolean: false
withInputOptionsRequired() boolean: false
withInputOptionsTabindex() int: 0
withInputOptionsType() string: 'tel'
withInputOptionsStyleClasses() string/array: ''
withInvalidMsg() string: ''
withMode() string: 'auto'
withOnlyCountries() array: []
withPreferredCountries() array: []
withStyleClasses() string/array: ''
withValidCharactersOnly() boolean: false

Credits

License

The MIT License (MIT). Please see License File for more information.

统计信息

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

GitHub 信息

  • Stars: 8
  • Watchers: 1
  • Forks: 4
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-01-04