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: 10 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-06T04:26:05.000Z (almost 8 years ago)
- Last Synced: 2025-03-17T02:17:11.580Z (2 months ago)
- Topics: assetbundle, material-design, php, yii2, yii2-extension, yii2-framework
- Language: PHP
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- 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'
];
```