@extends('installer::app') @section('content')

phpvms installer

Press continue to start

{!! Form::open(['route' => 'installer.step1', 'method' => 'post']) !!}

{!! Form::submit('Start >>', ['class' => 'btn btn-success']) !!}

{!! Form::close() !!} @endsection