我正在使用Laravel 5.4并尝试实现身份验证系统.我使用php artisan命令make:auth来设置它.我根据我的布局编辑了视图.现在,当我尝试注销时,它会把这个错误抛给我
RouteCollection.php第161行中的NotFoundHttpException:
任何人都可以帮我注销吗?
我不知道如何使background-image
不透明度为 0.5 和内容完全不透明度。
.about-section {
height: 100%;
padding-top: 50px;
text-align: center;
/*background: #eee;*/
background: url(../images/about.jpg);
background-repeat: no-repeat;
background-size: contain;
background-position: center;
opacity: 0.3;
}
Run Code Online (Sandbox Code Playgroud)
<section id="about" class="about-section">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h1 class="head">About Us</h1>
</div>
</div>
</div>
</section>
Run Code Online (Sandbox Code Playgroud)