GoGrocer Installer


@if(phpversion() < "7.3.0")
Current PHP version is {{phpversion()}}! minimum PHP 7.3.0 or higher required.
"; @else
You are running PHP version {{phpversion()}}
@endif @if (!extension_loaded('mysqli'))
MySQLi PHP extension missing!
@else
MySQLi PHP extension available
@endif @if (isset($envFilExists)&&$envFilExists)
Env File not existing! Check Documentation to correct this issue
@endif @if(phpversion() >= "7.3.0" || extension_loaded('mysqli')||!isset($envFilExists)) Next @else Next @endif

Made with ❤️ by Tecmanic, LLC. All Rights Reserved. Powered by Tecmanic.