所以我在我的公共文件夹(laravel)中使用bootstrap模板。当我打开我的视图时,引导程序布局和图像不会被激活。我认为这是因为路径不对。这是我的代码。我不想使用.blade。是否有任何解决方案可以使路径正确?谢谢
<head>
<meta charset="utf-8">
<title>Aurora XXI Batch</title>
<meta name="description" content="Worthy a Bootstrap-based, Responsive HTML5 Template">
<meta name="author" content="htmlcoder.me">
<!-- Mobile Meta -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Favicon -->
<link rel="shortcut icon" href="images/ico/favicon.ico"/>
<!-- Web Fonts -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700,300&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Raleway:700,400,300' rel='stylesheet' type='text/css'>
<!-- Bootstrap core CSS -->
<link href="bootstrap/css/bootstrap.css" rel="stylesheet">
<!-- Font Awesome CSS -->
<link href="fonts/font-awesome/css/font-awesome.css" rel="stylesheet">
<!-- Plugins -->
<link href="css/animations.css" rel="stylesheet">
<!-- Worthy core CSS file -->
<link href="css/style.css" rel="stylesheet">
<!-- Custom css -->
<link href="css/custom.css" rel="stylesheet">
</head>
答案 0 :(得分:1)
如果您使用的是刀片模板
,则可以使用此功能<link href="{{ asset('bootstrap/css/bootstrap.css') }}" rel="stylesheet">