Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/prawee/yii2-metroui
- Owner: prawee
- Created: 2015-07-27T17:33:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-08T08:29:48.000Z (over 8 years ago)
- Last Synced: 2024-11-14T16:45:49.185Z (3 months ago)
- Topics: metro-ui, template, yii2
- Language: PHP
- Homepage: http://www.prawee.com
- Size: 13.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Metro UI for Yii 2
===================
Metro UI for Yii 2Installation
------------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'
],
],
],
],
```