Warum funktioniert der Stil, nachdem ich <link href="bootstrap.css" rel="stylesheet"> zur Ansicht hinzugefügt habe? Aus diesem Grund habe ich keine Bootstrap-Quelldateien im Ordner abgelegt
<link href="bootstrap.css" rel="stylesheet">
光阴似箭催人老,日月如移越少年。
看看你模板渲染出来的html的bootstrap.css的绝对路径不就知道了
根据路径去找那个文件
没有提供 bootstrap ,需要在 package.json 中添加并用 npm 下载。但是 laravel 提供的分页等功能的样式是默认支持 bootstrap 的,你装了 bootstrap ,这些功能会按照 bootstrap 的样式去渲染。
看看你模板渲染出来的html的bootstrap.css的绝对路径不就知道了
根据路径去找那个文件
没有提供 bootstrap ,需要在 package.json 中添加并用 npm 下载。但是 laravel 提供的分页等功能的样式是默认支持 bootstrap 的,你装了 bootstrap ,这些功能会按照 bootstrap 的样式去渲染。