Skip to content Skip to footer navigation

Updater Widget

Shows if there are any Statamic core or addon updates available.

Screenshot of Updater Widget
The Updater Widget in action!

Configuring#

Widgets can be added to the dashboard by modifying the widgets array in the config/statamic/cp.php file.

// config/statamic/cp.php
'widgets' => [
'getting_started',
[
'type' => 'updater',
'width' => 100,
'sites' => ['en', 'de', 'fr'],
],
],

Options

width

int

Width of dashboard area as a percentage. Accepts 25, 33, 50, 66, 75 and 100.

sites

array

Determines the sites in which this widget should be displayed.