承接 stoffelio/statamic-widget-newest-users 相关项目开发

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

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

stoffelio/statamic-widget-newest-users

最新稳定版本:v1.2.0

Composer 安装命令:

composer require stoffelio/statamic-widget-newest-users

包简介

List your latest user registrations on the cp dashboard

README 文档

README

Keep an eye on the users that register with your site.

Requirements

  • Statamic v3

Installation

From your site folder, run composer require stoffelio/statamic-widget-newest-users - or install it via the control panel.

Usage

To add the widget to your control panel dashboard, edit the config under config/statamic/cp.php and add the following entry to the widgets array:

[
    'type' => 'newest_users',
    'width' => 100,
],

After installing the widget, there will be no data shown for a while. Statamic does not save the creation timestamp, so only users registered after the installation of this addon will receive a timestamp and appear in the widget.

Optional Parameters

There is one optional parameter limit, which states the maximum number of users to list (default: 5).

[
    'type' => 'newest_users',
    'width' => 100,
    'limit' => 5
],

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2021-10-08