phpvms/resources/stubs/modules/views/index.stub

10 lines
194 B
Plaintext
Raw Normal View History

2017-12-14 12:24:41 +08:00
@extends('$LOWER_NAME$::layouts.frontend')
@section('content')
<h1>Hello World</h1>
<p>
This view is loaded from module: {{ config('$LOWER_NAME$.name') }}
2017-12-14 12:24:41 +08:00
</p>
@endsection