核心前端 / 核心前端-swal
为 Pith 前端打包 SweetAlert
0.1.0
2024-03-18 06:11 UTC
Requires
- php: ^8.2
- ext-gd: *
- ext-json: *
- ext-pdo: *
- ext-readline: *
- pith/base: ^0.2.0
- pith/workflow-elements: ^0.3.0
This package is auto-updated.
Last update: 2024-09-18 07:12:42 UTC
README
为 Pith 前端打包 SweetAlert
关于
本项目打包 SweetAlert2,以便与 Pith 框架一起使用。
有关 SweetAlert2 的信息,请访问 SweetAlert2 网站:https://sweetalert2.github.io/
有关 Pith 的信息,请访问 Pith 网站:https://pith-framework.org/
安装
安装到现有的 Pith 框架项目中
使用 Composer 将包安装到 vendor
文件夹。
php composer.phar require pith-front/pith-pack-swal
将新路由添加到您的路由列表
public array $routes = [ // Other routes.... // ... // Add route to call SweetAlert resources from ['route', 'GET', '/resources/vendor/library/sweet-alert/{filepath:.+}', '\\PithFront\\PithPackSwal\\SwalResourceRoute'], ];
许可信息
核心前端-swal 包含 SweetAlert2
SweetAlert2
- SweetAlert2 11.7.3
- MIT 许可协议 (MIT)
- 版权所有 (c) 2014 Tristan Edwards & Limon Monte
- 网站:https://sweetalert2.github.io/
- 仓库:https://github.com/sweetalert2/sweetalert2
Swal2 No-Anthems 编辑
- Swal2 No-Anthems 11.7.3
- (SweetAlert2,移除了垃圾代码行,未添加代码。见 SweetAlert2)
- 许可:MIT 许可协议 (MIT)
核心前端-swal
- 核心前端-swal
- MIT 许可协议 (MIT)
- 版权所有 (c) Ian Maurmann
- 链接:https://github.com/pith-front/pith-pack-swal
感谢!