Laravel 叶片截面和产量。产量不好用

Posted

技术标签:

【中文标题】Laravel 叶片截面和产量。产量不好用【英文标题】:Laravel blade section and yield. yield does not work well 【发布时间】:2022-01-20 05:53:08 【问题描述】:

我是 Laravel Blade 的忠实拥趸。

我想拆分 index.blade.php。 当 morumoru.blade.php modal.blade.php 的内容在 index.html 上时,效果很好。

/view/camila/cabelo/index.blade.php

@yield('camila.cabelo.morumoru')

<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#exampleModalCenter">
SAMPLE
</button>

@yield('camila.cabelo.blade')

/view/camila/cabelo/morumoru.blade.php

@section('morumoru.blade')

<ul>
    <li><a href="/star">INDEX</a></li>
    <li><a href="/star/sun">SUN</a></li>
    <li><a href="/star/moon">MOON</a></li>
</ul>

@endsection

/view/camila/cabelo/modal.blade.php

@section('modal')
<!-- Modal -->
  <div class="modal fade" id="exampleModalCenter" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
    <div class="modal-dialog modal-dialog-centered" role="document">
      <div class="modal-content">
        <div class="modal-header">
          <h5 class="modal-title" id="exampleModalCenterTitle">...</h5>
          <button type="button" class="close" data-dismiss="modal" aria-label="Close">
            <span aria-hidden="true">&times;</span>
          </button>
        </div>
        <div class="modal-body">
          ...
        </div>
        <div class="modal-footer">
          <button type="button" class="btn btn-primary">OK</button>
        </div>
      </div>
    </div>
  </div>


@endsection

【问题讨论】:

【参考方案1】:

使用@include('camila.cabelo.morumoru')@include('camila.cabelo.modal') 而不是@yield

【讨论】:

没有任何改变......【参考方案2】:

使用 include 代替 yield,并从刀片文件中删除 @section 和 @endsection

像这样的***包含 @include('camila.cabelo.morumoru') 底部包含这样的@include('camila.cabelo.modal')

【讨论】:

以上是关于Laravel 叶片截面和产量。产量不好用的主要内容,如果未能解决你的问题,请参考以下文章

ES6 产量(产量 1)(产量 2)(产量 3)()

产量预测基于matlab BP和GRNN神经网络预测粮食产量含Matlab源码 1247期

如何实现水稻种植环境的远程监管,提高水稻产量?

颤振和块异步产量

关键字“继续”和“产量”在 Python 中的作用是啥?

php 发电机与前期和产量的比较