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

1.0.0 2024-03-04 09:58 UTC

This package is auto-updated.

Last update: 2024-04-04 10:09:05 UTC


README

68747470733a2f2f736461696c6f7665722e6769746875622e696f2f696d616765732f6c6f676f2e706e67

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.

PHP Language Code Editor PHP Framework CSS Bootstrap JS jQuery

Latest Stable Version Total Downloads GitHub watchers GitHub Repo stars GitHub issues

GitHub contributors GitHub pull requests GitHub issues GitHub Discussions GitHub last commit (by committer)

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. Static Badge
  • Starring and sharing the project ⭐
  • You can make one-time donations via PayPal. I'll probably buy a coffee ☕ or tea 🍵 or cake 🍰
    paypal.me/sdailover
  • It’s also possible to support mine financially by becoming a backer or sponsor through
    opencollective.com/sdailover

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:
team@sdailover.com

🙏 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)

SDaiLover License

All rights reserved.