php Bootstrap Blade Init

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php Bootstrap Blade Init相关的知识,希望对你有一定的参考价值。

<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<title>AJAX To-Do List</title>
	<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
	<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
</head>
<body>
 <div class="container">
 	<div class="row">
 		<div class="col-lg-offset-3 col-lg-6">
 			
 		</div>
 	</div>
 </div>
 
	
	<script
			  src="https://code.jquery.com/jquery-3.2.1.min.js"
			  integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
			  crossorigin="anonymous"></script>
	<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
</body>
</html>

以上是关于php Bootstrap Blade Init的主要内容,如果未能解决你的问题,请参考以下文章

如果路由低一级,则不调用 Blade Parent CSS

在 laravel 5.3 中添加 css 和 js 文件

使用 Bootstrap 卡片网格时,卡片标题无法延伸到卡片边缘

Laravel 中的 Blade 模板与普通 php

这是在 laravel 中添加工具提示的正确方法吗?

仅 Laravel 5 特定页面上的 Bootstrap 侧边栏