@extends('layouts.auth') @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!

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

  1. Application Name - Something short & Meaningful.
  2. Database informations:
    • Username
    • Password
    • Database Name
    • Database Host
  3. Mail Configuration - SMTP details (optional)
  4. Envato purchase code. (?)
Let's Go!
@endsection