Search by

stoffelio / statamic-widget-newest-users

stoffelio

List your latest user registrations on the cp dashboard

Package info

github.com/stoffelio/statamic-widget-newest-users

Type:statamic-addon

pkg:composer/stoffelio/statamic-widget-newest-users

Statistics

Installs: 3 736

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v2.1.0 2026-09-21 11:58 UTC

This package is auto-updated.

Last update: 2026-09-21 11:59:14 UTC


README

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

Requirements

  • Statamic v6

For Statamic v3, v4 and v5, use v1.2.0.

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,
],

If your users are stored in files, the widget will show nothing for a while. Statamic does not record a creation timestamp for file users, so this addon writes one when a user is saved, and only users registered after you install it can appear.

If your users are stored in the database, every user has a real created_at column already and the widget lists them straight away.

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
],

About

Built and maintained by Alexander Stoffel, freelance Statamic and Laravel developer.