@extends('install.index') @section('content')
{{ __('Welcome to Sociopro social platform Installation. You will need to know the following items before proceeding.') }}
  1. {{ __('Codecanyon purchase code') }}
  2. {{ __('Database Name') }}
  3. {{ __('Database Username') }}
  4. {{ __('Database Password') }}
  5. {{ __('Database Hostname') }}

{{ __('We are going to use the above information to write database.php file which will connect the application to your database.') . ' ' . __('During the installation process, we will check if the files that are needed to be written') }} ({{ __('config/database.php') }}) {{ __('have') }} {{ __('write permission') }}. {{ __('We will also check if') }} {{ __('curl') }} {{ __('and') }} {{ __('php mail functions') }} {{ __('are enabled on your server or not.') }}

{{ __('Gather the information mentioned above before hitting the start installation button. If you are ready....') }}


{{ __('Start Installation Process') }}

@endsection