tourze / bootstrap
包含常用组件,快速搭建项目
v1.0.1
2015-09-15 14:19 UTC
Requires
- tourze/base: ^1.0
- tourze/flow: ^1.0
- tourze/http: ^1.0
- tourze/route: ^1.0
This package is auto-updated.
Last update: 2024-11-19 05:44:17 UTC
README
Bootstrap模块主要是为开发者集成了部分常用的依赖项。
安装
首先需要下载和安装composer,具体请查看官网的Download页面
在你的composer.json
中增加:
"require": {
"tourze/bootstrap": "^1.0"
},
或直接执行
composer require tourze/bootstrap:"^1.0"