Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/marcelodeandrade/yii2-bootstrap-material-design

Composer package for implementing FezVrasta's bootstrap material design in Yii2
https://github.com/marcelodeandrade/yii2-bootstrap-material-design

assetbundle material-design php yii2 yii2-extension yii2-framework

Last synced: 15 days ago
JSON representation

Composer package for implementing FezVrasta's bootstrap material design in Yii2

Awesome Lists containing this project

README

        

# yii2-bootstrap-material-design
Composer package for implementing FezVrasta's bootstrap material design in Yii2

INSTALLATION
------------

~~~
composer require "marcelodeandrade/yii2-bootstrap-material-design:dev-master"
~~~

CONFIGURATION
------------

In `AppAsset.php` add a new Asset dependecy:
```
public $depends = [
'marcelodeandrade\material\BootstrapMaterialDesignInitAsset'
];
```