@extends('boilerplate::installer.base') @section('title') Database Setup @endsection @section('content')
@csrf

Database Setup

If you want to setup any db cluster you need to modify the config from the source code


Make sure you have give all access privilege to your user to create, modify or drop columns and table. check this doc for further details

@error('server_error') @enderror
@error('driver')
{{$message}}
@enderror
@error('host')
{{$message}}
@enderror
@error('port')
{{$message}}
@enderror
@error('username')
{{$message}}
@enderror
@error('password')
{{$message}}
@enderror
@error('database')
{{$message}}
@enderror
@endsection