@extends('layouts.install', ['no_header' => 1]) @section('title', 'Welcome - POS Installation') @section('content')

{{ config('app.name', 'POS') }} Installation Step 1 of 3


@include('install.partials.nav', ['active' => 'install'])

Welcome to POS Installation!

[IMPORTANT] Before you start installing make sure you have following information ready with you:

  1. Step-by-Step document - Documentation
  2. Application Name - Something short & Meaningful.
  3. Database informations:
    • Username
    • Password
    • Database Name
    • Database Host
  4. Mail Configuration - SMTP details (optional)
  5. Envato or Codecanyon Details:
@include('install.partials.i_service') @include('install.partials.e_license') I Agree, Let's Go!
@endsection