navruzm / laravel-mongo-auth
This package is abandoned and no longer maintained.
No replacement package was suggested.
MongoDB Auth Driver for Laravel 4
v1.0.0-beta
2013-01-17 19:55 UTC
Requires
- php: >=5.3.0
- navruzm/lmongo: master-dev
This package is not auto-updated.
Last update: 2020-01-24 15:06:58 UTC
README
MongoDB Authentication driver for Laravel 4.
Installation
Add navruzm/laravel-mongo-auth as a requirement to composer.json:
{
"require": {
"navruzm/laravel-mongo-auth": "*"
}
}
And then run composer update
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.
Then open app/config/auth.php and find the driver key and change to mongo.