pantagruel74/yii2-test-ext-create

This package is abandoned and no longer maintained. No replacement package was suggested.

Tetsting creating yii2 extension

1.0.0 2022-01-11 17:38 UTC

This package is not auto-updated.

Last update: 2022-05-09 21:06:10 UTC


README

Tetsting creating yii2 extension

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist pantagruel74/yii2-test-ext-create "*"

or add

"pantagruel74/yii2-test-ext-create": "*"

to the require section of your composer.json file.

Usage

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

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