https://github.com/buzz8year/yii2-js-widget
An implementation of the simplest js/css widget for Yii2 app.
https://github.com/buzz8year/yii2-js-widget
Last synced: 5 months ago
JSON representation
An implementation of the simplest js/css widget for Yii2 app.
- Host: GitHub
- URL: https://github.com/buzz8year/yii2-js-widget
- Owner: buzz8year
- Created: 2016-02-03T11:24:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-02-11T19:55:21.000Z (over 1 year ago)
- Last Synced: 2025-02-11T20:36:02.709Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# yii2-js-widget
This is an implementation of the simplest js/css widget for Yii2 app.
NOTE: If your widget name is something like yii2-js-widget, then the namespace you use should be like frontend\widgets\yii2_js_widget, and the file directory should be frontend/widgets/yii2_js_widget, so its namespace and path could be properly handled by framework.