Initial commit
This commit is contained in:
9
stubs/nwidart-stubs/views/index.stub
Normal file
9
stubs/nwidart-stubs/views/index.stub
Normal file
@ -0,0 +1,9 @@
|
||||
@extends('$LOWER_NAME$::layouts.master')
|
||||
|
||||
@section('content')
|
||||
<h1>Hello World</h1>
|
||||
|
||||
<p>
|
||||
This view is loaded from module: {!! config('$LOWER_NAME$.name') !!}
|
||||
</p>
|
||||
@endsection
|
Reference in New Issue
Block a user