问题描述:
主题下自定义layout用
@extends('app.layout')
引入的这个路径要怎么写啊,
以下是回复内容:
可以自己实现框架 frame 如放置在 module/Xxx/View/pc/frame.blade.php
使用 $extends('module::Xxx.View.xxx.pc')
可参考
https://modstart.com/doc/manual/module_theme.html
https://modstart.com/doc/manual/view.html
采集网址: https://modstart.com/thread/968 |