@extends('joynala.web-installer::app') @section('content')

Thanks For Installing

@if ($hasConfigFile)

You will need to know the following items before proceeding.

    @foreach ($items as $item)
  1. {{ $item }}
  2. @endforeach

During the installation process, we will check if the files that are needed to be written (.env file) have write permission. We will also check if curl are enabled on your server or not.

Gather the information mentioned above before hitting the start installation button. If you are ready….

@else

You need to run this command for better experience.

php artisan vendor:publish --tag=web-installer-config

Click Here
@endif
@endsection