@extends('installer::install') @section('step')

Below you should enter your database connection details. If you're not sure about these, contact your hosting provider.

@if($errors->any()) @foreach($errors->all() as $error)

{!! $error !!}

@endforeach @endif
@csrf
Database host
Database port
Database name
Database user
Database password
Database prefix
Next step
@if($errors->any())
If you are getting error with database connection, please check this first:
  • 1) Check your database host, port, name, username and password.
  • 2) Check if you install nd_pdo_mysql extension in your server.
@endif
@endsection