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

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


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

Welcome to Installation!

[IMPORTANT] 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 (Name of empty database)
    • Database Host

  3. Envato or Codecanyon Details:

@include('install.partials.e_license') I Agree, Let's Go!
@endsection