Looking to hire Laravel developers? Try LaraJobs

laravel-mongo-validation maintained by navruzm

Description
MongoDB Auth Driver for Laravel 4
Last update
2013/05/31 21:42 (dev-master)
License
Downloads
838

Comments
comments powered by Disqus

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