承接 jenssegers/mongodb-session 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

jenssegers/mongodb-session

最新稳定版本:v1.4.0

Composer 安装命令:

composer require jenssegers/mongodb-session

包简介

A MongoDB session driver for Laravel 4, 5, 6, 7 and 8

README 文档

README

A MongoDB session driver for Laravel 4, 5, 6, 7 or 8 which is inspired by LMongo. For more information about Sessions, check http://laravel.com/docs/eloquent.

Installation

Make sure you have jenssegers\mongodb installed before you continue.

Laravel Version Compatibility

Laravel Package
4.x.x 1.0.x
5.x.x 1.2.x
6.x.x 1.3.x
7.x.x 1.4.x
8.x.x 1.4.x

Install using composer:

composer require jenssegers/mongodb-session

Add the session service provider in app/config/app.php: (Below Laravel 7 Version)

'Jenssegers\Mongodb\Session\SessionServiceProvider',

Change the session driver in app/config/session.php to mongodb:

'driver' => 'mongodb',

Optional: change the connection to a connection using the mongodb driver from app/config/database.php:

'connection' => 'mongodb',

统计信息

  • 总下载量: 302.77k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 80
  • 点击次数: 1
  • 依赖项目数: 4
  • 推荐数: 44

GitHub 信息

  • Stars: 77
  • Watchers: 6
  • Forks: 27
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2013-08-07