An open API service indexing awesome lists of open source software.

https://github.com/ignatenkovnikita/yii2-site-domain


https://github.com/ignatenkovnikita/yii2-site-domain

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

Multi Site Domain
=================
Multi Site Domain

Installation
------------

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

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 :

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