2017 © Pedro Peláez
 

yii2-extension yii2-notifications-widget

list notifications widgets

image

gudezi/yii2-notifications-widget

list notifications widgets

  • Thursday, October 20, 2016
  • by gudezi
  • Repository
  • 1 Watchers
  • 1 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 9 % Grown

The README.md

yii2-notifications-widget

notifications-widget

list notifications widgets, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

php composer.phar require --prefer-dist gudezi/yii2-notifications-widget "*"

or add, (*4)

"gudezi/yii2-notifications-widget": "*"

to the require section of your composer.json file., (*5)

Usage

Once the extension is installed, simply use it in your code by :, (*6)

```php, (*7)

// Example of data.
$data = [
    ['url' => '', 'user' => 'Equipo de soporte','image' => '','time' => '5 min','message' => 'Make Deploy?'],
    ['url' => '', 'user' => 'Equipo de Desarrollo','image' => '','time' => '6 min','message' => 'Make Deploy?']
];
<?= gudezi\notifications\NotificationsWidget::widget(
    [
        'options' => ['class' => 'sidebar-menu'],
        'items' => $itemsMessage,
        'directoryAsset' =>$directoryAsset,
        'type' => gudezi\notifications\NotificationsWidget::TYPE_MESSAGE,
    ]
) ?>```

The Versions

20/10 2016

dev-master

9999999-dev

list notifications widgets

  Sources   Download

BSD-3-Clause

The Requires

 

by Gustavo Jose Dezi

extension yii2 widgets notifications

20/10 2016

1.0.0

1.0.0.0

list notifications widgets

  Sources   Download

BSD-3-Clause

The Requires

 

by Gustavo Jose Dezi

extension yii2 widgets notifications