Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/marcelodeandrade/yii2-bootstrap-material-design
- Owner: marcelodeandrade
- License: mit
- Created: 2017-07-06T03:06:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-06T04:26:05.000Z (over 7 years ago)
- Last Synced: 2024-12-16T07:18:11.055Z (24 days ago)
- Topics: assetbundle, material-design, php, yii2, yii2-extension, yii2-framework
- Language: PHP
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yii2-bootstrap-material-design
Composer package for implementing FezVrasta's bootstrap material design in Yii2INSTALLATION
------------~~~
composer require "marcelodeandrade/yii2-bootstrap-material-design:dev-master"
~~~CONFIGURATION
------------In `AppAsset.php` add a new Asset dependecy:
```
public $depends = [
'marcelodeandrade\material\BootstrapMaterialDesignInitAsset'
];
```