Files
ui/resources/views/install/start.blade.php

7 lines
119 B
PHP
Raw Normal View History

2021-12-01 21:04:06 -03:00
@extends('install.base')
@section('content')
Start Installation
<a href="next_step.php">Create Tables</a>
@endsection