承接 yeesoft/yii2-yee-user 相关项目开发

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

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

yeesoft/yii2-yee-user

最新稳定版本:0.1.0

Composer 安装命令:

composer require yeesoft/yii2-yee-user

包简介

User Module For Yee CMS

README 文档

README

##Yee CMS - User Module

####Backend module for managing users, roles, permissions, etc.

This module is part of Yee CMS (based on Yii2 Framework).

Installation

Either run

composer require --prefer-dist yeesoft/yii2-yee-user "~0.1.0"

or add

"yeesoft/yii2-yee-user": "~0.1.0"

to the require section of your composer.json file.

Run migrations:

yii migrate --migrationPath=@vendor/yeesoft/yii2-yee-user/migrations/

Configuration

  • In your backend config file
'modules'=>[
    'user' => [
        'class' => 'yeesoft\user\UserModule',
    ],
],

Dashboard widget

You can use dashboard widget to display short information about users.

Add this code in your control panel dashboard to display widget:

echo \yeesoft\user\widgets\dashboard\Users::widget();

Screenshots

Flickr - Yee CMS User Module

统计信息

  • 总下载量: 6.85k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 3
  • 点击次数: 0
  • 依赖项目数: 2
  • 推荐数: 0

GitHub 信息

  • Stars: 3
  • Watchers: 4
  • Forks: 6
  • 开发语言: PHP

其他信息

  • 授权协议: Apache-2.0
  • 更新时间: 2015-06-23