0514-86177077
9:00-17:00(工作日)
1:我們使用了Blade模板,并創(chuàng)建一個layout作為通用的模板。將子頁面作為yield輸出:
!-- store in resource/view/layout.blade.php --> !DOCTYPE html> html> head> title>Laravel 5 - @yield('title')/title> link rel="stylesheet" href="./style/page.css" rel="external nofollow" > script src="./js/jquery.min.js">/script> script src="./js/bootstrap.min.js">/script> /head> body> header> /header> @yield('content') footer> /footer> /body> /html>
2: 在子頁面使用
!-- store in resource/view/index.blade.php --> @extends('layout') @section('title', 'test') @section('content') style> .pageText { font-color : #00ff00; } /style> div> Some Child Page /div> @endsection
以上這篇Laravel 在views中加載公共頁面的實現(xiàn)代碼就是小編分享給大家的全部內容了,希望能給大家一個參考,也希望大家多多支持腳本之家。
標簽:通化 金華 香港 佳木斯 寶雞 郴州 阿克蘇 自貢
上一篇:laravel添加前臺跳轉成功頁面示例
下一篇:Laravel 簡單實現(xiàn)Ajax滾動加載示例
Copyright ? 1999-2012 誠信 合法 規(guī)范的巨人網(wǎng)絡通訊始建于2005年
蘇ICP備15040257號-8