vitexsoftware / ease-bootstrap5-widgets
EasePHP 框架插件和代码片段
dev-main
2024-07-27 18:12 UTC
Requires
Requires (Dev)
- phpunit/phpunit: >=8
This package is auto-updated.
Last update: 2024-08-30 10:23:23 UTC
README
EasePHP Twitter bootstrap5 Widgets
面向对象的PHP框架,易于快速编写小型/中型应用程序。
包含的组件
Bootstrap5 Toggle
Ease 支持以下链接 https://github.com/palcarazm/bootstrap5-toggle
new Ease\ui\Toggle('swname', true, 1,['onText' => 'YES', 'offText' => 'NO']);
安装
Composer
composer require vitexsoftware/ease-twbootstrap5-widgets
旧版本及其要求 https://packagist.org.cn/packages/vitexsoftware/
对于 Debian,Ubuntu 及其类似系统请使用仓库
sudo apt install php-vitexsoftware-ease-bootstrap5-widgets
在此情况下,请将以下内容添加到您的应用 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
}
}
]
链接
主页: https://www.vitexsoftware.cz/ease.php
GitHub: https://github.com/VitexSoftware/php-ease-bootstrap5-widgets
PhpDocumentor: https://www.vitexsoftware.cz/php-ease-bootstrap5-widgets/