2017 © Pedro Peláez
 

library laravel-mongo-auth

MongoDB Auth Driver for Laravel 4

image

navruzm/laravel-mongo-auth

MongoDB Auth Driver for Laravel 4

  • Thursday, October 24, 2013
  • by navruzm
  • Repository
  • 4 Watchers
  • 20 Stars
  • 1,859 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 9 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

MongoDB Authentication driver for Laravel 4., (*1)

Installation

Add navruzm/laravel-mongo-auth as a requirement to composer.json:, (*2)

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

And then run composer update, (*3)

Once Composer has updated your packages open up app/config/app.php and change Illuminate\Auth\AuthServiceProvider to MongoAuth\MongoAuthServiceProvider and Illuminate\Auth\Reminders\ReminderServiceProvider to MongoAuth\Reminders\ReminderServiceProvider., (*4)

Then open app/config/auth.php and find the driver key and change to mongo., (*5)

The Versions

24/10 2013

dev-master

9999999-dev http://github.com/navruzm/laravel-mongo-auth/

MongoDB Auth Driver for Laravel 4

  Sources   Download

MIT

The Requires

 

The Development Requires

by Mustafa Navruz

mongodb laravel laravel 4 l4

17/01 2013

v1.0.0-beta

1.0.0.0-beta http://github.com/navruzm/laravel-mongo-auth/

MongoDB Auth Driver for Laravel 4

  Sources   Download

MIT

The Requires

 

by Mustafa Navruz

mongodb laravel laravel 4 l4