vitexsoftware / ease-bootstrap5-widgets
EasePHP framework addons and code snipplets
Fund package maintenance!
Patreon
Requires
Requires (Dev)
This package is auto-updated.
Last update: 2024-11-09 19:20:02 UTC
README
EasePHP Twitter bootstrap5 Widgets
Object oriented PHP Framework for easy&fast writing small/middle sized apps.
Bricks Included
Bootstrap5 Toggle
Ease support for https://github.com/palcarazm/bootstrap5-toggle
new Ease\ui\Toggle('swname', true, 1,['onText' => 'YES', 'offText' => 'NO']);
Installation
Composer:
composer require vitexsoftware/ease-twbootstrap5-widgets
Older versions and its requirements https://packagist.org/packages/vitexsoftware/
For Debian, Ubuntu & friends please use repo:
sudo apt install php-vitexsoftware-ease-bootstrap5-widgets
In this case please add this to your app composer.json:
"require": {
"ease-bricks": "*"
},
"repositories": [
{
"type": "path",
"url": "/usr/share/php/EaseCore",
"options": {
"symlink": true
}
},
{
"type": "path",
"url": "/usr/share/php/EaseTWB5",
"options": {
"symlink": true
}
},
{
"type": "path",
"url": "/usr/share/php/EaseTWB5Widgets",
"options": {
"symlink": true
}
}
]
Links
Homepage: https://www.vitexsoftware.cz/ease.php
GitHub: https://github.com/VitexSoftware/php-ease-bootstrap5-widgets
PhpDocumentor: https://www.vitexsoftware.cz/php-ease-bootstrap5-widgets/