【发布时间】:2016-12-08 18:39:44
【问题描述】:
我已经通过 composer 使用这个 cmd 命令在 Laravel 项目中安装了引导插件:
composer require twbs/bootstrap:4.0.0-alpha.3
但我在公共文件夹中没有任何引导文件。未找到此结构:
├── css/
│ ├── bootstrap.css
│ ├── bootstrap.css.map
│ ├── bootstrap.min.css
│ ├── bootstrap.min.css.map
│ ├── bootstrap-theme.css
│ ├── bootstrap-theme.css.map
│ ├── bootstrap-theme.min.css
│ └── bootstrap-theme.min.css.map
├── js/
│ ├── bootstrap.js
│ └── bootstrap.min.js
└── fonts/
├── glyphicons-halflings-regular.eot
├── glyphicons-halflings-regular.svg
├── glyphicons-halflings-regular.ttf
├── glyphicons-halflings-regular.woff
└── glyphicons-halflings-regular.woff2
如何将引导程序从供应商加载到我的刀片?
什么手动下载引导文件和使用 composer 安装有什么区别?以及如何以任何方式将引导文件集成到我的刀片中?
二手:
- Windows 10
- XAMP
【问题讨论】:
标签: twitter-bootstrap laravel composer-php laravel-5.2 packages