pear2007/yii2-test

测试

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:yii2-extension

dev-master 2017-05-23 14:14 UTC

This package is auto-updated.

Last update: 2024-04-26 12:57:08 UTC


README

测试

Installation

The preferred way to install this extension is through composer.

Either run

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

or add

"pear2007/yii2-test": "*"

to the require section of your composer.json file.

Usage

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

<?= \pear2007\test\AutoloadExample::widget(); ?>```