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.
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
.
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);
//....
To learn more about Usage and Documentation, please visit docs/guide/README.md.
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:
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.