Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.