模块Demo
This commit is contained in:
5
Modules/Demo/resources/views/index.blade.php
Normal file
5
Modules/Demo/resources/views/index.blade.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<x-demo::layouts.master>
|
||||
<h1>Hello World</h1>
|
||||
|
||||
<p>Module: {!! config('demo.name') !!}</p>
|
||||
</x-demo::layouts.master>
|
||||
Reference in New Issue
Block a user