duongnh/yii2-dnhcore

My extention core Description

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

Type:yii2-extension

dev-master 2021-03-24 04:25 UTC

This package is not auto-updated.

Last update: 2024-10-03 21:12:08 UTC


README

My extention core Description

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist duongnh/yii2-dnhcore "*"

or add

"duongnh/yii2-dnhcore": "*"

to the require section of your composer.json file.

Usage

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

<?= \duongnh\dnhcore\AutoloadExample::widget(); ?>```