Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 的后台模版
- Host: GitHub
- URL: https://github.com/krissss/yii2-beyond-admin-asset
- Owner: krissss
- Created: 2016-02-27T10:14:25.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-11-25T05:20:51.000Z (about 6 years ago)
- Last Synced: 2024-04-18T01:20:37.824Z (8 months ago)
- Topics: beyond, yii2-extension
- Language: PHP
- Homepage:
- Size: 1.78 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
yii2 beyond admin asset
=======================
yii2 beyond admin assetInstallation
------------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(); ?>```