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

Server Requerments

You will need to enable the following PHP extensions.

  1. @if ($phpSupportInfo['status']) @else @endif Minimum php v{{ $phpSupportInfo['minimum'] }} | Current PHP v{{ $phpSupportInfo['current'] }} {{-- {{ $permision['number'] }} --}}
  2. @foreach ($extensions['requirements'] as $name => $status)
  3. @if ($status) @else @endif {{ ucfirst($name) }}
  4. @endforeach

You must enable the extensions that we mention. Then you can go to the next page.

Enable the extensions mentioned above before hitting the next button. If you are ready….

@if ($phpSupportInfo['status'] && $extensions['next']) Next @else Next @endif
@endsection