Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/solutosoft/yii2-plugin

Base code to write extensions based in javascript plugins
https://github.com/solutosoft/yii2-plugin

javascript-library javascript-plugin plugin yii2 yii2-extension yii2-widgets

Last synced: about 1 month ago
JSON representation

Base code to write extensions based in javascript plugins

Awesome Lists containing this project

README

        

# yii2-plugin

This is the base code to write extensions based in javascript plugins. It encapsulates the base widgets in terms of Yii2.
One can use this base code during creation of one's own extensions if needed.

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

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

Either run

```
php composer.phar require --prefer-dist solutosoft/yii2-plugin "*"
```

or add

```
"dist solutosoft/yii2-plugin": "*"
```

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