x-laravel/validation-color-extend

Laravel的颜色验证扩展包。

v1.0.0 2023-11-11 11:51 UTC

This package is auto-updated.

Last update: 2024-09-11 13:46:54 UTC


README

Latest Stable Version Total Downloads Dependents License

StyleCI

介绍

Laravel的颜色验证扩展包。

要求

Laravel >=5.5。除此之外,此库没有其他要求。

安装

$ composer require x-laravel/validation-color-extend

示例用法

$this->validate($request, ['theme.background' => 'required|color']);

许可协议

本软件包是开源软件,采用MIT许可协议