Ecosyste.ms: Awesome

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

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: 3 months ago
JSON representation

Collection of asset bundles and other stuff for SB Admin theme

Lists

README

        

Yii2 SB Admin 2
===============
Collection of asset bundles and other stuff for SB Admin theme

Installation
------------

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.