Requirments

Please make sure the PHP extentions listed below are installed

Extentions Status
PHP >= 7.2.0 @if($info['phpversion'] >= 7.2) @else @endif
BCMath PHP Extension @if($info['bcmath'] == 1) @else @endif
Ctype PHP Extension @if($info['ctype'] == 1) @else @endif
JSON PHP Extension @if($info['json'] == 1) @else @endif
Mbstring PHP Extension @if($info['mbstring'] == 1) @else @endif
OpenSSL PHP Extension @if($info['openssl'] == 1) @else @endif
PDO PHP Extension @if($info['pdo'] == 1) @else @endif
Tokenizer PHP Extension @if($info['tokenizer'] == 1) @else @endif
XML PHP Extension @if($info['xml'] == 1) @else @endif
@if($info['phpversion'] >= 7.2 && $info['mbstring'] == 1 && $info['bcmath'] == 1 && $info['ctype'] == 1 && $info['json'] == 1 && $info['openssl'] == 1 && $info['pdo'] == 1 && $info['tokenizer'] == 1 && $info['xml'] == 1) Next @else next @endif