We need to make sure your hosting environment meets all requirements to run Connect properly.
PHP & Extensions
@foreach($requirements as $label => $ok)
{{ $label }}
@if($ok)
Passed
@else
Failed
@endif
@endforeach
Folder & File Permissions
@foreach($permissions as $label => $ok)
{{ $label }}
@if($ok)
Writable
@else
Not Writable
@endif
@endforeach
@if(!$allOk)
Requirements Failed
Please fix the highlighted items above by configuring your web server environment or correcting the folder permissions, then refresh this page to try again.