PHPackages                             dieterholvoet/oc-updatewidget-plugin - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. dieterholvoet/oc-updatewidget-plugin

ActiveOctober-plugin

dieterholvoet/oc-updatewidget-plugin
====================================

A report widget showing available updates to installed plugins

1.0.2(6y ago)151MITPHPPHP &gt;=7.0.8

Since May 3Pushed 6y ago1 watchersCompare

[ Source](https://github.com/DieterHolvoet/oc-updatewidget-plugin)[ Packagist](https://packagist.org/packages/dieterholvoet/oc-updatewidget-plugin)[ RSS](/packages/dieterholvoet-oc-updatewidget-plugin/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (3)Used By (0)

oc-updatewidget-plugin
======================

[](#oc-updatewidget-plugin)

[![Latest Stable Version](https://camo.githubusercontent.com/2eb4569898f40a0adc3ae545297afeb3b87eaef2a363a62618176371fb6e1807/68747470733a2f2f706f7365722e707567782e6f72672f646965746572686f6c766f65742f6f632d7570646174657769646765742d706c7567696e2f762f737461626c65)](https://packagist.org/packages/dieterholvoet/oc-updatewidget-plugin)[![Total Downloads](https://camo.githubusercontent.com/408dc6033b6d949561f1d552e5d3d51b0e11706027159581d2ed30affcafe129/68747470733a2f2f706f7365722e707567782e6f72672f646965746572686f6c766f65742f6f632d7570646174657769646765742d706c7567696e2f646f776e6c6f616473)](https://packagist.org/packages/dieterholvoet/oc-updatewidget-plugin)[![License](https://camo.githubusercontent.com/98231976a89014a6aa60bfe3c55d98052210b902b262363acef3792754fd958c/68747470733a2f2f706f7365722e707567782e6f72672f646965746572686f6c766f65742f6f632d7570646174657769646765742d706c7567696e2f6c6963656e7365)](https://packagist.org/packages/dieterholvoet/oc-updatewidget-plugin)

> A report widget showing available updates to installed plugins

[![Screenshot](https://camo.githubusercontent.com/ed25fbe838004e29959f8c173bd31cc5fbe2bc37cae40844011ee14fa52ef459/68747470733a2f2f692e696d6775722e636f6d2f55614e314963792e706e67)](https://camo.githubusercontent.com/ed25fbe838004e29959f8c173bd31cc5fbe2bc37cae40844011ee14fa52ef459/68747470733a2f2f692e696d6775722e636f6d2f55614e314963792e706e67)

Installation
------------

[](#installation)

This OctoberCMS plugin requires PHP 7.0.8 or higher. It can be installed using Composer:

```
 composer require dieterholvoet/oc-updatewidget-plugin
```

How does it work?
-----------------

[](#how-does-it-work)

This plugin provides a dashboard widget showing available updates to installed plugins. If a plugin has an update available, you can click on *Update now* to start updating immediately.

### Permissions

[](#permissions)

Make sure users who want to use this widget are granted the *View dashboard widget* permission.

### Configuration

[](#configuration)

To configure the plugin, go to the settings page in the backend. This plugin's settings can be found under the Backend section.

Configuration can also be provided through code by creating a configuration file `config/dieterholvoet/updatewidget/config.php`, or `config/dieterholvoet/updatewidget/dev/config.php` for environment-specific configuration. Inside the overridden configuration file you can return only values you want to override.

```
