2017 © Pedro Peláez
 

yii2-extension yii2-widget-growl

A widget to generate growl based notifications

image

simialbi/yii2-widget-growl

A widget to generate growl based notifications

  • Wednesday, June 13, 2018
  • by simialbi
  • Repository
  • 0 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

yii2-widget-growl

A widget that turns standard Bootstrap alerts into "Growl-like" notifications. This widget is a wrapper for the Bootstrap Growl plugin by ciedooy., (*1)

This extension is a bootstrap 4 port of Kartik Visweswaran's great extension: yii2-widget-growl, (*2)

Installation

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

Either run, (*4)

$ php composer.phar require --prefer-dist simialbi/yii2-widget-growl

or add, (*5)

"simialbi/yii2-widget-growl": "*"

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

Usage

<?php
use simialbi\yii2\growl\Growl;

echo Growl::widget([
    'type' => Growl::TYPE_SUCCESS,
    'icon' => 'fa fa-exclamation-triangle',
    'title' => 'Note',
    'body' => 'This is a successful growling alert.'
]);

Example Usage

License

yii2-widget-growl is released under MIT license. See bundled LICENSE for details., (*7)

The Versions

13/06 2018

dev-master

9999999-dev

A widget to generate growl based notifications

  Sources   Download

MIT

The Requires

 

The Development Requires

by Simon Karlen

plugin extension yii2 jquery bootstrap widget notification alert growl yii2-widgets

13/06 2018

0.1.1

0.1.1.0

A widget to generate growl based notifications

  Sources   Download

MIT

The Requires

 

The Development Requires

by Simon Karlen

plugin extension yii2 jquery bootstrap widget notification alert growl yii2-widgets

13/06 2018

0.1.0

0.1.0.0

A widget to generate growl based notifications

  Sources   Download

MIT

The Requires

 

The Development Requires

by Simon Karlen

plugin extension yii2 jquery bootstrap widget notification alert growl yii2-widgets