@extends('install') @section('content')

Pre-Installation

We ran diagnosis on your server. Review the items that have a red mark on it.
If everything is green, you are good to go to the next step.

@foreach ($requirement->extensions() as $label => $satisfied) @endforeach @foreach ($requirement->directories() as $label => $satisfied) @endforeach
Extensions Status
{{ $label }}
Directories Status
{{ $label }}
{{--
    --}} {{--
  • --}} {{-- @php--}} {{-- $phpVersion = number_format((float)phpversion(), 2, '.', '');--}} {{-- @endphp--}} {{-- @if ($phpVersion >= 7.20)--}} {{-- --}} {{-- @else--}} {{-- --}} {{-- @endif--}} {{-- Php version 7.2 +--}} {{--
  • --}} {{--
  • --}} {{-- @if ($permission['curl_enabled'])--}} {{-- --}} {{-- @else--}} {{-- --}} {{-- @endif--}} {{-- Curl Enabled--}} {{--
  • --}} {{--
  • --}} {{-- @if ($permission['db_file_write_perm'])--}} {{-- --}} {{-- @else--}} {{-- --}} {{-- @endif--}} {{-- .envFile Permission--}} {{--
  • --}} {{--
  • --}} {{-- @if ($permission['routes_file_write_perm'])--}} {{-- --}} {{-- @else--}} {{-- --}} {{-- @endif--}} {{-- routes/web.php File Permission--}} {{--
  • --}} {{--
--}}

satisfied() ? '' : 'disabled' }}> Next Step >>

@endsection