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: 5 months 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 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-06T04:26:05.000Z (almost 9 years ago)
- Last Synced: 2025-03-17T02:17:11.580Z (over 1 year 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 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'
];
```