wotta/iban-validation
最新稳定版本:v0.0.1
Composer 安装命令:
composer require wotta/iban-validation
包简介
A Laravel Nova iban field.
README 文档
README
A small package for an iban validation field for laravel nova.
It checks in the vue file if it is an valid iban but it won't stop you from submitting the form.
If you want to install this do the following
You need to run the following command :
$ composer require wotta/iban-validation
The validation field needs to be called in the following way :
IbanValidation::make('iban')
->sortable()
->rules('required', 'max:32'),
统计信息
- 总下载量: 7.7k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MPL-2.0
- 更新时间: 2018-08-23