@extends('layouts.installer') @section('content')
@csrf
General Config
{{--

* Enter your license purchase key, find your purchase key in your Envato account downloads page.

@error('purchase_key')

{{ $message }}

@enderror
--}}

* This is the URL where you are installing the application, for example, for subdomain in this field you need to enter "https://subdomain.example.com/", make sure to check the documentation on how to create your subdomain.

@error('app_url')

{{ $message }}

@enderror
@error('app_name')

{{ $message }}

@enderror
@error('country')

{{ $message }}

@enderror
@error('currency')

{{ $message }}

@enderror
Database Configuration
@error('privilege')

{{ $message }}

Make sure to give all privileges to the database user, check the installation video in the documentation.

@enderror
@error('database_hostname')

{{ $message }}

@enderror

* The default MySQL ports is 3306, change the value only if you are certain that you are using different port.

@error('database_port')

{{ $message }}

@enderror

* Make sure that you have created the database before configuring.

@error('database_name')

{{ $message }}

@enderror

* Make sure you have set ALL privileges for the user.

@error('database_username')

{{ $message }}

@enderror

* Enter the database user password.

@error('database_password')

{{ $message }}

@enderror
@endsection