芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/kwesioben.com/paymoney/resources/views/vendor/installer/requirements.blade.php
@extends('vendor.installer.layout') @section('content')
{{ __('Server Requirements') }}
@foreach($requirements['requirements'] as $type => $requirement)
{{ ucfirst($type) }}
@if($type == 'php')
({{ __('version') }} {{ $phpSupportInfo['minimum'] }} {{ __('required') }})
{{ __('Current') }}({{ $phpSupportInfo['current'] }}) @if($phpSupportInfo['supported'])
check_circle
@else
{{ __('Cancel') }}
@endif
@endif
@foreach($requirements['requirements'][$type] as $extention => $enabled)
{{ ucfirst($extention) }}
@if($enabled)
check_circle
@else
cancel
@endif
@endforeach
@endforeach
{{ __('Cancel') }}
arrow_back
@if ( isset($requirements['errors']) && $phpSupportInfo['supported'] )
{{ __('Check permissions') }}
send
@else
{{ __('Check permissions') }}
send
@endif
@endsection