Rewrite installer without 3rd party installer lib.
This commit is contained in:
11
modules/Installer/Resources/views/index-start.blade.php
Normal file
11
modules/Installer/Resources/views/index-start.blade.php
Normal file
@@ -0,0 +1,11 @@
|
||||
@extends('installer::app')
|
||||
|
||||
@section('content')
|
||||
<h2>phpvms installer</h2>
|
||||
<p>Press continue to start</p>
|
||||
{!! Form::open(['route' => 'installer.step1', 'method' => 'post']) !!}
|
||||
<p style="text-align: right">
|
||||
{!! Form::submit('Start >>', ['class' => 'btn btn-success']) !!}
|
||||
</p>
|
||||
{!! Form::close() !!}
|
||||
@endsection
|
||||
Reference in New Issue
Block a user