pantagruel74 / yii2-test-ext-create
Tetsting creating yii2 extension
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Type:yii2-extension
pkg:composer/pantagruel74/yii2-test-ext-create
Requires
- php: >=7.4
- ext-mbstring: *
- yiisoft/yii2: ~2.0.0
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(); ?>```