2020-10-19 22:10:28 +08:00
|
|
|
@extends('system.updater.app')
|
2019-12-13 04:07:35 +08:00
|
|
|
@section('title', 'Update phpVMS')
|
|
|
|
|
|
|
|
@section('content')
|
2020-02-02 02:05:56 +08:00
|
|
|
<h2>phpvms updater</h2>
|
|
|
|
<p>Click run to complete the update!.</p>
|
|
|
|
{{ Form::open(['route' => 'update.run_migrations', 'method' => 'post']) }}
|
|
|
|
<p style="text-align: right">
|
|
|
|
{{ Form::submit('Run >>', ['class' => 'btn btn-success']) }}
|
|
|
|
</p>
|
|
|
|
{{ Form::close() }}
|
2019-12-13 04:07:35 +08:00
|
|
|
@endsection
|