我已經安裝使用這個cmd命令的bootstrap plugin Laravel項目中由作曲家:Laravel 5.2 - 在安裝軟件包問題
composer require twbs/bootstrap:4.0.0-alpha.3
問題是:
1)我是新來laravel和搜索了很多這個問題,我發現的每一個關於使用nmp
命令,我正在使用Windows不是Mac
2)我在公用文件夾中沒有任何引導文件。這種結構未發現:
├── 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
如何從供應商加載引導到我的刀?
什麼是手動下載引導文件和使用作曲家安裝它之間的區別?以及如何以任何方式將引導文件集成到刀片中?
同樣的問題與安裝blogify和AdminLTE ..不能使用與作曲家
用於下載的任何包:
的Windows 10 XAMP
要包括CSS文件(在你的情況自舉),簡單地包括刀片模板中的CSS文件......當然,您需要將這些文件放在「公共」文件夾中。 – pbalazek