kaikaige/yii2-easyweb

easyweb

Installs: 2

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:yii2-extension

0.1 2021-03-17 09:48 UTC

This package is auto-updated.

Last update: 2024-04-17 17:06:18 UTC


README

easyweb

Installation

The preferred way to install this extension is through composer.

Either run

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

or add

"kaikaige/yii2-easyweb": "*"

to the require section of your composer.json file.

Usage

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

<?= \kaikaige\easyweb\AutoloadExample::widget(); ?>```