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
Requires
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2024-11-07 17:27:34 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(); ?>```