nozzha/nozzha-widgets

Yii2 - Nozzha Widgets

Installs: 16

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Type:yii2-extension

dev-master 2015-02-14 11:43 UTC

This package is not auto-updated.

Last update: 2024-04-27 14:34:43 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\...;
?>