@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() }}

Ei, preciso de sua ajuda.

Por favor, crie um arquivo com o nome .env em {{$envPath}} com permissão de leitura e escrita e cole o conteúdo abaixo.
Pressione instalar depois disso.


Instalação em andamento. Não atualize, volte ou feche o navegador.

@endsection @section('javascript') @endsection