ziya/latest-update

There is no license information available for the latest version (0.1) of this package.

Yii2 widget for getting latest update.

0.1 2019-06-28 07:04 UTC

This package is auto-updated.

Last update: 2024-04-28 18:37:56 UTC


README

Yii2 Latest Update widget

composer require ziya/latest-update
<?php
    echo UpdateWidget::widget([
        'title' => "<h3>New Updates</h3>",
        'message' => "<div>You have new updates</div>",
        'url' => Url::to(['order/index']),
        'update_url' => Url::to(['order/updates'])
    ]);
?>