This commit is contained in:
2021-12-01 21:04:06 -03:00
parent 1230c02f60
commit 7e01974ec8
201 changed files with 15370 additions and 0 deletions

View File

@ -0,0 +1,6 @@
@extends('install.base')
@section('content')
Start Installation
<a href="next_step.php">Create Tables</a>
@endsection