incodenz/yii2-session-track
最新稳定版本:0.0.10
Composer 安装命令:
composer require incodenz/yii2-session-track
包简介
Simple component that allows for tracking of sessions / logins.
README 文档
README
Simple component that allows for tracking of sessions / logins.
Provides a configurable list of exceptions.
Installation
The preferred way to install this extension is through composer.
Add the following to your composer.json file.
"require" : {
"incodenz/yii2-session-track": "*"
},
Configuration Examples
Basic Configuration
...
'bootstrap' => [
'sessionTrack',
]
'components' => [
'sessionTrack' => [
'class' => 'incodenz\SessionTrack\Component',
]
],
...
Run the migrations
cp vendor/incodenz/yii2-session-track/src/migrations/* migrations/
php yii migrate
统计信息
- 总下载量: 95.65k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2018-04-24