Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spresnac/laravel-validator-rules
Some useful validator rules for laravel
https://github.com/spresnac/laravel-validator-rules
Last synced: about 2 months ago
JSON representation
Some useful validator rules for laravel
- Host: GitHub
- URL: https://github.com/spresnac/laravel-validator-rules
- Owner: spresnac
- License: mit
- Created: 2019-11-21T06:26:12.000Z (about 5 years ago)
- Default Branch: develop
- Last Pushed: 2022-02-24T09:02:32.000Z (almost 3 years ago)
- Last Synced: 2024-10-12T11:46:16.018Z (3 months ago)
- Language: PHP
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Some useful validator rules for laravel
[![Build Status](https://travis-ci.org/spresnac/laravel-validator-rules.svg)](https://travis-ci.org/spresnac/laravel-validator-rules)
# Validators
## MimeType
This is able to filter by extension and after that filter by MimeType.## RealBoolean
Filter values to be boolean with some more "loose" possibilitys like `"false"` as string and so on.