p-team / yii2-p-team-link
Виджет ссылки на сайт p-team
Package info
gitlab.com/SKYZYSKY/yii2-p-team-link
Type:yii2-extension
pkg:composer/p-team/yii2-p-team-link
dev-master
2023-06-07 15:44 UTC
Requires
- yiisoft/yii2: ~2.0.0
This package is not auto-updated.
Last update: 2026-03-27 00:34:26 UTC
README
Виджет ссылки на сайт p-team
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist p-team/yii2-p-team-link "*"
or add
"p-team/yii2-p-team-link": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \p_team\widgets\p_team_link\AutoloadExample::widget(); ?>```