wayhood/yii2-widgets-magicsuggest

MagicSuggest

Installs: 59

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 3

Forks: 4

Open Issues: 0

Language:JavaScript

Type:yii2-extension

dev-master 2015-04-21 04:46 UTC

This package is auto-updated.

Last update: 2024-04-07 15:54:18 UTC


README

MagicSuggest

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist wayhood/yii2-widgets-magicsuggest "*"

or add

"wayhood/yii2-widgets-magicsuggest": "*"

to the require section of your composer.json file.

Usage

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

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