ignatenkovnikita/yii2-site-domain

Multi Site Domain

dev-master 2018-08-29 12:51 UTC

This package is not auto-updated.

Last update: 2024-04-28 03:36:12 UTC


README

Multi Site Domain

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist ignatenkovnikita/yii2-site-domain "*"

or add

"ignatenkovnikita/yii2-site-domain": "*"

to the require section of your composer.json file.

Usage

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

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