Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/prawee/yii2-metroui

Metro UI for Yii 2
https://github.com/prawee/yii2-metroui

metro-ui template yii2

Last synced: about 1 month ago
JSON representation

Metro UI for Yii 2

Awesome Lists containing this project

README

        

Metro UI for Yii 2
===================
Metro UI for Yii 2

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

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

Either run

```
php composer.phar require --prefer-dist prawee/yii2-metroui "*"
```

or add

```
"prawee/yii2-metroui": "dev-master"
```

to the require section of your `composer.json` file.

Usage
-----

Layouts
```php
'components'=>[
...
'view' => [
'theme' => [
'pathMap' => [
'@app/views' => '@vendor/prawee/yii2-metroui/views'
],
],
],
],
```