Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/krissss/yii2-beyond-admin-asset

yii2 beyond 的后台模版
https://github.com/krissss/yii2-beyond-admin-asset

beyond yii2-extension

Last synced: about 2 months ago
JSON representation

yii2 beyond 的后台模版

Awesome Lists containing this project

README

        

yii2 beyond admin asset
=======================
yii2 beyond admin asset

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

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist kriss/yii2-beyond-admin-asset "*"
```

or add

```
"kriss/yii2-beyond-admin-asset": "*"
```

to the require section of your `composer.json` file.

Usage
-----

Once the extension is installed, simply use it in your code by :

```php
= \kriss\beyond\AutoloadExample::widget(); ?>```