iyiolapeter/yii2-widgets

Collection of Useful and Enhanced Widgets

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 1

Type:yii2-extension

dev-master 2020-02-11 19:42 UTC

This package is auto-updated.

Last update: 2024-05-16 04:02:57 UTC


README

Collection of Useful and Enhanced Widgets

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist iyiolapeter/widget "*"

or add

"iyiolapeter/widget": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \pso\yii2\widgets\AutoloadExample::widget(); ?>```