sdailover / yii2-sdailoverwidgets
The SDaiLover Widget packages for the Yii 2.0 Framework
Fund package maintenance!
Patreon
sdailover
Opencollective
Installs: 36
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 1
Language:JavaScript
Type:yii2-widget
Requires
- php: >=7.0
- ext-json: *
- bower-asset/bootstrap: ^5.3.3
- bower-asset/jquery: ^3.7.1
- twbs/bootstrap-icons: ^1.11.3
- yiisoft/yii2: ^2.0.42
- yiisoft/yii2-bootstrap5: ~2.0.4
Requires (Dev)
This package is auto-updated.
Last update: 2025-03-04 12:27:17 UTC
README
The SDaiLover Widget packages for Yii 2
yii2-sdailoverwidgets
A package of UI Elements to display and use in View files. The package in it is integrated with Bootstrap & jQuery for Yii framework 2.0.
For license information check the LICENSE-file.
Report Bug · Request Feature · Provide Feedback · Ask Question
Love the project? Please consider donating or give ⭐ to help it improve!
Copyright © ID 2024 SDaiLover (www.sdailover.com)
All rights reserved.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist sdailover/yii2-sdailoverwidgets
or add
"sdailover/yii2-sdailoverwidgets": "~1.0.0"
to the require
section of your composer.json
.
App Configuration
To use this extension, simply add the following code in your application configuration:
return [ //.... 'components' => [ //.... 'assetManager' => [ 'bundles' => [ 'sdailover\yii\widgets\SDaiLoverAsset', ], ], //.... ], //.... ];
OR register asset in layout
template file:
use sdailover\yii\widgets\SDaiLoverAsset; //.... SDaiLoverAsset::register($this); //....
Usage
To learn more about Usage and Documentation, please visit docs/guide/README.md.
Support the project
We open-source almost everything We can and try to reply to everyone needing help using these projects. Obviously, this takes time. You can use this service for free.
If you are using this project and are happy with it or just want to encourage us to continue creating stuff, there are a few ways you can do it:
- Giving proper credit on the GitHub Sponsors page.
- Starring and sharing the project ⭐
- You can make one-time donations via PayPal. I'll probably buy a coffee ☕ or tea 🍵 or cake 🍰
- It’s also possible to support mine financially by becoming a backer or sponsor through
However, we also provide software development services. You can also invite us to collaborate to help your business in developing the software you need. Please contact us at:
🙏 Thanks for your contribute and support! 😍 ❤️
Any Questions & Other Supports? see Support please.
Visit Website · Global Issues · Global Discussions · Global Wiki
Copyright © ID 2024 by SDaiLover (www.sdailover.com)
All rights reserved.