Installer changes #1

This commit is contained in:
Nabeel Shahzad
2017-12-13 23:12:23 -06:00
parent d1a761711a
commit e7f13a5b7c
11 changed files with 77 additions and 199 deletions

View File

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