oland-studio/yii2-myextension

myextension

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:yii2-extension

0.1.2 2015-07-14 10:41 UTC

This package is auto-updated.

Last update: 2024-09-23 07:16:55 UTC


README

myextension

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist oland-studio/yii2-myextension "*"

or add

"oland-studio/yii2-myextension": "*"

to the require section of your composer.json file.

Usage

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

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