p-team/yii2-p-team-link

Виджет ссылки на сайт p-team

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

Type:yii2-extension

dev-master 2023-06-07 15:44 UTC

This package is not auto-updated.

Last update: 2024-05-23 15:22:10 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(); ?>```