@extends('installer::install') @section('step')

@lang('Welcome to the installation wizard').
@lang('Before getting started, we need some information on the database'). @lang('You will need to know the following items before proceeding').

  1. @lang('Database host')
  2. @lang('Database port')
  3. @lang('Database name')
  4. @lang('Database username')
  5. @lang('Database password')

@lang('Most likely these items were supplied to you by your Web Host'). @lang('If you don’t have this information, then you will need to contact them before you can continue').

@lang('Installer will insert this information inside a configuration file so your site can communicate with your database').

@lang('Need more help?') @lang('See installation guide').

@lang('Next step')
@endsection