皮特前端 / 皮特包自启动
皮特框架的Bootstrap打包
0.1.0
2024-02-25 05: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-25 06:49:24 UTC
README
皮特框架的Bootstrap打包
关于
此项目打包Bootstrap和Bootstrap Icons,以便与皮特框架一起使用。
有关Bootstrap的信息,请访问Bootstrap网站:https://bootstrap.ac.cn/,以及他们的GitHub存储库:https://github.com/twbs/bootstrap。有关Bootstrap Icons的信息,请访问https://icons.bootstrap.ac.cn/以及GitHub上的存储库:https://github.com/twbs/icons。
有关皮特的信息,请访问皮特网站:https://pith-framework.org/
安装
安装到现有的皮特框架项目中
使用Composer将打包安装到vendor
文件夹。
php composer.phar require pith-front/pith-pack-bootstrap
向您的路由列表添加新路由
public array $routes = [ // Other routes.... // ... // Add route to call Bootstrap resources from ['route', 'GET', '/resources/vendor/library/bootstrap/{filepath:.+}', '\\PithFront\\PithPackBootstrap\\BootstrapResourceRoute'], ];
许可信息
Bootstrap
- Bootstrap
- MIT许可(MIT)
- 版权(c)2011-2024 Bootstrap作者
- 网站链接:https://bootstrap.ac.cn
- 存储库链接:https://github.com/twbs/bootstrap
- 许可链接:https://github.com/twbs/bootstrap/blob/main/LICENSE
Bootstrap
- Bootstrap Icons
- MIT许可(MIT)
- 版权(c)2011-2024 Bootstrap作者
- 网站链接:https://icons.bootstrap.ac.cn/
- 存储库链接:https://github.com/twbs/icons
- 许可链接:https://github.com/twbs/icons/blob/main/LICENSE
pith-pack-bootstrap
- pith-pack-bootstrap
- MIT许可(MIT)
- 版权(c)Ian Maurmann
- 链接:https://github.com/pith-front/pith-pack-bootstrap