承接 carve/validators 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

carve/validators

Composer 安装命令:

composer require carve/validators

包简介

A series of validators (mainly for use by UK systems) such as postcode, UK bank account and sort code etc.

README 文档

README

A set of UK-centric validation rules (and maybe more) for Laravel 4.

Installation

  1. Add the following to your composer.json and run composer update

    {
        "require": {
            "carve/validators": "dev-master"
        }
    }
  2. Add Carve\Validators\ValidatorsServiceProvider to your config/app.php

Available Rules

Postcode

'address_postcode' => 'required|postcode'

Bank Account

'bank_account_number' => 'required|bankaccount'

Sort Code

'bank_sort_code' => 'required|sortcode'

National Insurance Number

'ni'=>'required|nationalinsurance'

统计信息

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

GitHub 信息

  • Stars: 2
  • Watchers: 2
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2014-12-15