定制 navruzm/laravel-mongo-auth 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

GitHub 信息

  • Stars: 20
  • Watchers: 4
  • Forks: 9
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2013-01-17