mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2025-01-06 13:34:50 +08:00
12 lines
265 B
PHP
12 lines
265 B
PHP
@extends('setup.updates.master')
|
||
|
||
@section('content')
|
||
<h1>升级成功</h1>
|
||
|
||
<p>数据库升级成功,欢迎使用 Blessing Skin Server {{ config('app.version') }}!</p>
|
||
|
||
<p class="step">
|
||
<a href="../" class="button button-large">首页</a>
|
||
</p>
|
||
@endsection
|