@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)
@endforeach
@endif
If you encounter an error during this step, I recommend checking the solution below first.
1. If you encounter an error related to incorrect database host, port, name, user, or password.
=> Please install the nd_pdo_mysql extension on your server and try again.
@endsection