navruzm/laravel-mongo-auth
最新稳定版本:v1.0.0-beta
Composer 安装命令:
composer require navruzm/laravel-mongo-auth
包简介
MongoDB Auth Driver for Laravel 4
README 文档
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.
统计信息
- 总下载量: 1.87k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 20
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-01-17