Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/solutosoft/yii2-plugin
- Owner: solutosoft
- Created: 2017-06-15T16:52:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-02T18:42:28.000Z (over 5 years ago)
- Last Synced: 2024-11-13T14:54:55.760Z (about 2 months ago)
- Topics: javascript-library, javascript-plugin, plugin, yii2, yii2-extension, yii2-widgets
- Language: PHP
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.