@extends('installation.layout') @section('content')

Environment setup

1. 2. 3. current step: 4. 5. 6. 7.
Fill this form with valid database credentials.
@if (isset($error))
Invalid Database Credentials!! Please check your database credentials carefully
@endif
@csrf
    @php $phpVersion = number_format((float)phpversion(), 2, '.', ''); @endphp @if ($permission['curl_enabled'] == 1 && $permission['db_file_write_perm'] == 1 && $permission['routes_file_write_perm'] == 1 && $phpVersion >= 7.20) @if ($_SERVER['SERVER_NAME'] == 'localhost' || $_SERVER['SERVER_NAME'] == '127.0.0.1')
  • @else
  • @endif @endif
@endsection