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

{{ config('app.name', 'POS') }}

@include('install.partials.nav', ['active' => 'app_details'])
@if(session('error'))
{{ session('error') }}
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{ csrf_field() }}

Hey, I need your help.

Please create a file with name .env at {{$envPath}} with read & write permission and paste the below content.
Press install after it.


Installation in progress, Please do not refresh, go back or close the browser.

@endsection @section('javascript') @endsection