atimutsa/yii2-teamlex-retailcrm

Расширение админки Teamlex CMS для работы с RetailCRM

1.0.0 2021-05-18 20:37 UTC

This package is auto-updated.

Last update: 2024-09-19 18:13:17 UTC


README

Расширение админки Teamlex CMS для работы с RetailCRM

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist atimutsa/yii2-teamlex-retailcrm "*"

or add

"atimutsa/yii2-teamlex-retailcrm": "*"

to the require section of your composer.json file.

Usage

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

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