chengweigao/yii2-chengweigao

测试

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Type:yii2-extension

dev-master 2020-01-07 10:20 UTC

This package is auto-updated.

Last update: 2025-09-07 23:44:28 UTC


README

测试

Installation

The preferred way to install this extension is through composer.

Either run

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

or add

"chengweigao/yii2-chengweigao": "*"

to the require section of your composer.json file.

Usage

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

<?= \chengweigao\cwgdoc\AutoloadExample::widget(); ?>```