Configuration

Please configure your application with necessary information and credentials.

Database
@{{ errors.get('db_host') }}
@{{ errors.get('db_port') }}
@{{ errors.get('db_username') }}
@{{ errors.get('db_password') }}
@{{ errors.get('db_database') }}
Admin
@{{ errors.get('admin_first_name') }}
@{{ errors.get('admin_last_name') }}
@{{ errors.get('admin_email') }}
@{{ errors.get('admin_phone') }}
@{{ errors.get('admin_password') }}
@{{ errors.get('admin_password_confirmation') }}
Store
@{{ errors.get('store_name') }}
@{{ errors.get('store_email') }}
@{{ errors.get('store_phone') }}
@{{ errors.get('store_search_engine') }} You cannot change the search engine later.