W3Cschool
恭喜您成為首批注冊用戶
獲得88經(jīng)驗值獎勵
Blade 允許您將視圖推送到堆棧中,它們可以在其他視圖或布局中進行渲染。這在子視圖中需要指定 JavaScript 庫時非常有用:
@push('scripts')
<script src="/example.js"></script>
@endpush
您亦可按需進行多次推送。請 @stack
指令來完整堆棧內(nèi)容的渲染:
<head>
<!-- Head Contents -->
@stack('scripts')
</head>
如果您想要預置內(nèi)容于棧頂,您可以使用 @prepend
指令:
@push('scripts')
This will be second...
@endpush
// Later...
@prepend('scripts')
This will be first...
@endprepend
Copyright©2021 w3cschool編程獅|閩ICP備15016281號-3|閩公網(wǎng)安備35020302033924號
違法和不良信息舉報電話:173-0602-2364|舉報郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號
聯(lián)系方式:
更多建議: