Scaffolding for Installer module

This commit is contained in:
Nabeel Shahzad
2017-12-13 22:28:58 -06:00
parent a3ec21c73d
commit 3e3f18fd0c
13 changed files with 369 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
@extends('installer::layouts.frontend')
@section('content')
<h1>Hello World</h1>
<p>
This view is loaded from module: {!! config('installer.name') !!}
</p>
@endsection