nozzha / nozzha-widgets
Yii2 - Nozzha Widgets
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Type:yii2-extension
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2024-11-09 17:19:37 UTC
README
Yii2 - Nozzha Widgets
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist nozzha/nozzha-widgets "*"
or add
"nozzha/nozzha-widgets": "*"
to the require section of your composer.json
file.
Usage
Firstly you should not forget:
<?php use nozzha\widgets\...; ?>