https://github.com/nullrefexcep/yii2-sb-admin-2
Collection of asset bundles and other stuff for SB Admin theme
https://github.com/nullrefexcep/yii2-sb-admin-2
sb-admin-theme yii2 yii2-extension
Last synced: 2 months ago
JSON representation
Collection of asset bundles and other stuff for SB Admin theme
- Host: GitHub
- URL: https://github.com/nullrefexcep/yii2-sb-admin-2
- Owner: NullRefExcep
- Created: 2015-07-01T07:30:45.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-10-24T20:44:41.000Z (over 4 years ago)
- Last Synced: 2024-10-07T17:00:50.402Z (8 months ago)
- Topics: sb-admin-theme, yii2, yii2-extension
- Language: PHP
- Size: 24.4 KB
- Stars: 2
- Watchers: 7
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Yii2 SB Admin 2
===============
Collection of asset bundles and other stuff for SB Admin themeInstallation
------------The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
Either run
```
php composer.phar require --prefer-dist nullref/yii2-sb-admin-2 "*"
```or add
```
"nullref/yii2-sb-admin-2": "*"
```to the require section of your `composer.json` file.