承接 pith-front/pith-pack-bootstrap 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

pith-front/pith-pack-bootstrap

最新稳定版本:0.1.1

Composer 安装命令:

composer require pith-front/pith-pack-bootstrap

包简介

Pack Bootstrap for Pith

README 文档

README

Pack Bootstrap for Pith

About

This project packs Bootstrap and Bootstrap Icons so that they can be used with the Pith Framework.

For info on Bootstrap, see the Bootstrap website at https://getbootstrap.com/, and their repo at https://github.com/twbs/bootstrap. For Bootstrap Icons see https://icons.getbootstrap.com/ and the https://github.com/twbs/icons repo on GitHub.

For info on Pith, see the Pith website at https://pith-framework.org/

Install

Install to an existing Pith Framework project

Use Composer to install pack to the vendor folder.

php composer.phar require pith-front/pith-pack-bootstrap

Add new route to your Route List:

public array $routes = [
    // Other routes....
    // ...
    
    // Add route to call Bootstrap resources from
    ['route', 'GET', '/resources/vendor/library/bootstrap/{filepath:.+}', '\\PithFront\\PithPackBootstrap\\BootstrapResourceRoute'],
];

Licensing Info

Bootstrap

Bootstrap

pith-pack-bootstrap

统计信息

  • 总下载量: 68
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-02-25