votong/laravel-session-mongodb
最新稳定版本:0.0.2
Composer 安装命令:
composer require votong/laravel-session-mongodb
包简介
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',
统计信息
- 总下载量: 8
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-06-08