Skip to content

SDaiLover/yii2-sdailoverwidgets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.