itshkacomua/yii2-link

Module Link for yii2

dev-master 2020-02-01 13:32 UTC

This package is auto-updated.

Last update: 2024-09-29 05:22:16 UTC


README

Module Link for yii2

====================

Module Link for yii2

Installation

  1. The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist itshkacomua/yii2-link "dev-master"

or add

"itshkacomua/yii2-link": "dev-master"

to the require section of your composer.json file.

  1. In the console of the root directory of the site, run the command
php yii migrate --migrationPath=@itshkacomua/link/migrations/

Usage

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

<?= \itshkacomua\link\AutoloadExample::widget(); ?>