Skip to content
This repository has been archived by the owner on May 31, 2018. It is now read-only.

Laravel 4 unique and exists validation rules support for MongoDB

Notifications You must be signed in to change notification settings

navruzm/laravel-mongo-validation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This package implements the unique and exists Laravel 4 validation rules for MongoDB.

Installation

Add navruzm/laravel-mongo-validation as a requirement to composer.json:

{
    "require": {
        "navruzm/laravel-mongo-validation": "*"
    }
}

And then run composer update

Once Composer has updated your packages open up app/config/app.php and change Illuminate\Validation\ValidationServiceProvider to MongoValidation\MongoValidationServiceProvider

About

Laravel 4 unique and exists validation rules support for MongoDB

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages