solutosoft/yii2-plugin

Yii 2 core code to write extensions based on javascript plugins

Installs: 34 451

Dependents: 3

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:yii2-extension

1.0.0 2019-05-02 18:41 UTC

This package is auto-updated.

Last update: 2024-03-29 03:19:42 UTC


README

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.

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.