@extends('installer.template') @section('title', "Database Information") @section('content')

Database Information


@if (Session::has('error_msg')) @endif
{{ csrf_field() }}
Base URL must not have space and it should end with a trailing slash
{{ showError($errors, 'site_base_url') }}
{{ showError($errors, 'db_host') }}
{{ showError($errors, 'db_name') }}
{{ showError($errors, 'db_user_name') }}
{{ showError($errors, 'db_user_password') }}
{{ showError($errors, 'purchase_code') }}
Back
@endsection